#133C6F

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

Shades of Dark Cerulean #133C6F

Tints of Dark Cerulean #133C6F

Color information

#133C6F (or 0x133C6F) is unknown color: approx Dark Cerulean. HEX triplet: 13, 3C and 6F. RGB value is (19,60,111). Sum of RGB (Red+Green+Blue) = 19+60+111=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #133C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C6F is #ECC390. Grayscale: #353535. Windows color (decimal): -15516561 or 7289875. OLE color: 7289875.

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

Color convert

RGB1960111-
CMYK0.830.4600.56
HSL213.26º70.77%25.49%-
HSV(B)213.26º82.88%43.53%-
XYZ4.754.5215.66-
YUV53.55160.42103.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10%
GREEN value IS 60 (23.83% from 255) = 31.58%
BLUE value IS 111 (43.75% from 255) = 58.42%
R=10%
G=31.58%
B=58.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19601110.830.4600.56213.2670.7725.49
Hex133C6F532E038d54719
Octal23741571235607032510731
Binary1001111110011011111010011101110011100011010101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133C6F; }

 p { color: rgb(19,60,111); }

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

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

 a { background-color: rgb(19,60,111); }

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

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

 span { border-color: rgb(19,60,111); }

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