#133E6F

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

Shades of Dark Cerulean #133E6F

Tints of Dark Cerulean #133E6F

Color information

#133E6F (or 0x133E6F) is unknown color: approx Dark Cerulean. HEX triplet: 13, 3E and 6F. RGB value is (19,62,111). Sum of RGB (Red+Green+Blue) = 19+62+111=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 111 (43.75% from 255 or 57.81% from 192); Max value from RGB is 111 - color contains mainly: blue. Hex color #133E6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E6F is #ECC190. Grayscale: #363636. Windows color (decimal): -15516049 or 7290387. OLE color: 7290387.

HSL color Cylindrical-coordinate representation of color #133E6F: hue angle of 211.96º 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 #133E6F is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1962111-
CMYK0.830.4400.56
HSL211.96º70.77%25.49%-
HSV(B)211.96º82.88%43.53%-
XYZ4.864.7315.7-
YUV54.73159.75102.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.90%
GREEN value IS 62 (24.61% from 255) = 32.29%
BLUE value IS 111 (43.75% from 255) = 57.81%
R=9.90%
G=32.29%
B=57.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19621110.830.4400.56211.9670.7725.49
Hex133E6F532C038d44719
Octal23761571235407032410731
Binary1001111111011011111010011101100011100011010100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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