#134376

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

Shades of Dark Cerulean #134376

Tints of Dark Cerulean #134376

Color information

#134376 (or 0x134376) is unknown color: approx Dark Cerulean. HEX triplet: 13, 43 and 76. RGB value is (19,67,118). Sum of RGB (Red+Green+Blue) = 19+67+118=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #134376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134376 is #ECBC89. Grayscale: #3A3A3A. Windows color (decimal): -15514762 or 7750419. OLE color: 7750419.

HSL color Cylindrical-coordinate representation of color #134376: hue angle of 210.91º 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 #134376 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1967118-
CMYK0.840.4300.54
HSL210.91º72.26%26.86%-
HSV(B)210.91º83.9%46.27%-
XYZ5.555.4617.9-
YUV58.46161.699.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.31%
GREEN value IS 67 (26.56% from 255) = 32.84%
BLUE value IS 118 (46.48% from 255) = 57.84%
R=9.31%
G=32.84%
B=57.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19671180.840.4300.54210.9172.2626.86
Hex134376542B036d3481b
Octal231031661245306632311033
Binary10011100001111101101010100101011011011011010011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134376; }

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

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

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

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

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

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

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

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