#134E76

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

Shades of Dark Cerulean #134E76

Tints of Dark Cerulean #134E76

Color information

#134E76 (or 0x134E76) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4E and 76. RGB value is (19,78,118). Sum of RGB (Red+Green+Blue) = 19+78+118=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #134E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E76 is #ECB189. Grayscale: #404040. Windows color (decimal): -15511946 or 7753235. OLE color: 7753235.

HSL color Cylindrical-coordinate representation of color #134E76: hue angle of 204.24º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134E76 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1978118-
CMYK0.840.3400.54
HSL204.24º72.26%26.86%-
HSV(B)204.24º83.9%46.27%-
XYZ6.266.918.14-
YUV64.92157.9595.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.84%
GREEN value IS 78 (30.86% from 255) = 36.28%
BLUE value IS 118 (46.48% from 255) = 54.88%
R=8.84%
G=36.28%
B=54.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19781180.840.3400.54204.2472.2626.86
Hex134E765422036cc481b
Octal231161661244206631411033
Binary10011100111011101101010100100010011011011001100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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