#133E6E

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

Shades of Dark Cerulean #133E6E

Tints of Dark Cerulean #133E6E

Color information

#133E6E (or 0x133E6E) is unknown color: approx Dark Cerulean. HEX triplet: 13, 3E and 6E. RGB value is (19,62,110). Sum of RGB (Red+Green+Blue) = 19+62+110=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #133E6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E6E is #ECC191. Grayscale: #363636. Windows color (decimal): -15516050 or 7224851. OLE color: 7224851.

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

Color convert

RGB1962110-
CMYK0.830.4400.57
HSL211.65º70.54%25.29%-
HSV(B)211.65º82.73%43.14%-
XYZ4.814.7115.41-
YUV54.61159.25102.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 62 (24.61% from 255) = 32.46%
BLUE value IS 110 (43.36% from 255) = 57.59%
R=9.95%
G=32.46%
B=57.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19621100.830.4400.57211.6570.5425.29
Hex133E6E532C039d44719
Octal23761561235407132410731
Binary1001111111011011101010011101100011100111010100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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