#133676

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

Shades of Dark Cerulean #133676

Tints of Dark Cerulean #133676

Color information

#133676 (or 0x133676) is unknown color: approx Dark Cerulean. HEX triplet: 13, 36 and 76. RGB value is (19,54,118). Sum of RGB (Red+Green+Blue) = 19+54+118=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 118 (46.48% from 255 or 61.78% from 191); Max value from RGB is 118 - color contains mainly: blue. Hex color #133676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133676 is #ECC989. Grayscale: #323232. Windows color (decimal): -15518090 or 7747091. OLE color: 7747091.

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

Color convert

RGB1954118-
CMYK0.840.5400.54
HSL218.79º72.26%26.86%-
HSV(B)218.79º83.9%46.27%-
XYZ4.864.0817.67-
YUV50.83165.9105.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 54 (21.48% from 255) = 28.27%
BLUE value IS 118 (46.48% from 255) = 61.78%
R=9.95%
G=28.27%
B=61.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19541180.840.5400.54218.7972.2626.86
Hex1336765436036db481b
Octal23661661246606633311033
Binary1001111011011101101010100110110011011011011011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133676; }

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

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

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

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

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

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

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

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