#134C6E

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

Shades of Dark Cerulean #134C6E

Tints of Dark Cerulean #134C6E

Color information

#134C6E (or 0x134C6E) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4C and 6E. RGB value is (19,76,110). Sum of RGB (Red+Green+Blue) = 19+76+110=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #134C6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C6E is #ECB391. Grayscale: #3E3E3E. Windows color (decimal): -15512466 or 7228435. OLE color: 7228435.

HSL color Cylindrical-coordinate representation of color #134C6E: hue angle of 202.42º degrees, saturation: 0.71, 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 #134C6E is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1976110-
CMYK0.830.3100.57
HSL202.42º70.54%25.29%-
HSV(B)202.42º82.73%43.14%-
XYZ5.676.4315.69-
YUV62.83154.6296.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 76 (30.08% from 255) = 37.07%
BLUE value IS 110 (43.36% from 255) = 53.66%
R=9.27%
G=37.07%
B=53.66%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19761100.830.3100.57202.4270.5425.29
Hex134C6E531F039ca4719
Octal231141561233707131210731
Binary1001110011001101110101001111111011100111001010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,76,110); }

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

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

 a { background-color: rgb(19,76,110); }

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

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

 span { border-color: rgb(19,76,110); }

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