#134E6D

Color #134E6D Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #134E6D

Tints of Orient #134E6D

Color information

#134E6D (or 0x134E6D) is unknown color: approx Orient. HEX triplet: 13, 4E and 6D. RGB value is (19,78,109). Sum of RGB (Red+Green+Blue) = 19+78+109=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #134E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E6D is #ECB192. Grayscale: #3F3F3F. Windows color (decimal): -15511955 or 7163411. OLE color: 7163411.

HSL color Cylindrical-coordinate representation of color #134E6D: hue angle of 200.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #134E6D is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1978109-
CMYK0.830.2800.57
HSL200.67º70.31%25.1%-
HSV(B)200.67º82.57%42.75%-
XYZ5.756.6915.46-
YUV63.89153.4595.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 9.22%
GREEN value IS 78 (30.86% from 255) = 37.86%
BLUE value IS 109 (42.97% from 255) = 52.91%
R=9.22%
G=37.86%
B=52.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19781090.830.2800.57200.6770.3125.1
Hex134E6D531C039c94619
Octal231161551233407131110631
Binary1001110011101101101101001111100011100111001001100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134E6D; }

 p { color: rgb(19,78,109); }

 H1.HeaderClassName
 {
   color: #134E6D;
 }
 .AnyTagClassName
 {
   color: #134E6D;
 }
</style>
background-color css

<style>
 a { background-color: #134E6D; }

 a { background-color: rgb(19,78,109); }

 div.DivClassName
 {
   background-color: #134E6D;
 }
 .BgClassName
 {
   background-color: #134E6D;
 }
</style>
border-color css

<style>
 span { border-color: #134E6D; }

 span { border-color: rgb(19,78,109); }

 td.TdClassName
 {
   border-color: #134E6D;
 }
 .TagClassName
 {
   border-color: #134E6D;
 }
</style>