#134C72

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

Shades of Dark Cerulean #134C72

Tints of Dark Cerulean #134C72

Color information

#134C72 (or 0x134C72) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4C and 72. RGB value is (19,76,114). Sum of RGB (Red+Green+Blue) = 19+76+114=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #134C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C72 is #ECB38D. Grayscale: #3F3F3F. Windows color (decimal): -15512462 or 7490579. OLE color: 7490579.

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

Color convert

RGB1976114-
CMYK0.830.3300.55
HSL204º71.43%26.08%-
HSV(B)204º83.33%44.71%-
XYZ5.896.5216.87-
YUV63.29156.6296.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 76 (30.08% from 255) = 36.36%
BLUE value IS 114 (44.92% from 255) = 54.55%
R=9.09%
G=36.36%
B=54.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19761140.830.3300.5520471.4326.08
Hex134C725321037cc471a
Octal231141621234106731410732
Binary10011100110011100101010011100001011011111001100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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