#134C78

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

Shades of Dark Cerulean #134C78

Tints of Dark Cerulean #134C78

Color information

#134C78 (or 0x134C78) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4C and 78. RGB value is (19,76,120). Sum of RGB (Red+Green+Blue) = 19+76+120=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #134C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C78 is #ECB387. Grayscale: #3F3F3F. Windows color (decimal): -15512456 or 7883795. OLE color: 7883795.

HSL color Cylindrical-coordinate representation of color #134C78: hue angle of 206.14º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134C78 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1976120-
CMYK0.840.3700.53
HSL206.14º72.66%27.25%-
HSV(B)206.14º84.17%47.06%-
XYZ6.246.6618.73-
YUV63.97159.6295.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.84%
GREEN value IS 76 (30.08% from 255) = 35.35%
BLUE value IS 120 (47.27% from 255) = 55.81%
R=8.84%
G=35.35%
B=55.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19761200.840.3700.53206.1472.6627.25
Hex134C785425035ce491b
Octal231141701244506531611133
Binary10011100110011110001010100100101011010111001110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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