#134D71

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

Shades of Dark Cerulean #134D71

Tints of Dark Cerulean #134D71

Color information

#134D71 (or 0x134D71) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4D and 71. RGB value is (19,77,113). Sum of RGB (Red+Green+Blue) = 19+77+113=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #134D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D71 is #ECB28E. Grayscale: #3F3F3F. Windows color (decimal): -15512207 or 7425299. OLE color: 7425299.

HSL color Cylindrical-coordinate representation of color #134D71: hue angle of 202.98º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #134D71 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1977113-
CMYK0.830.3200.56
HSL202.98º71.21%25.88%-
HSV(B)202.98º83.19%44.31%-
XYZ5.96.6416.59-
YUV63.76155.7896.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 77 (30.47% from 255) = 36.84%
BLUE value IS 113 (44.53% from 255) = 54.07%
R=9.09%
G=36.84%
B=54.07%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19771130.830.3200.56202.9871.2125.88
Hex134D715320038cb471a
Octal231151611234007031310732
Binary10011100110111100011010011100000011100011001011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,77,113); }

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

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

 a { background-color: rgb(19,77,113); }

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

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

 span { border-color: rgb(19,77,113); }

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