#133E7F

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

Shades of Dark Cerulean #133E7F

Tints of Dark Cerulean #133E7F

Color information

#133E7F (or 0x133E7F) is unknown color: approx Dark Cerulean. HEX triplet: 13, 3E and 7F. RGB value is (19,62,127). Sum of RGB (Red+Green+Blue) = 19+62+127=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 127 (50% from 255 or 61.06% from 208); Max value from RGB is 127 - color contains mainly: blue. Hex color #133E7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E7F is #ECC180. Grayscale: #383838. Windows color (decimal): -15516033 or 8338963. OLE color: 8338963.

HSL color Cylindrical-coordinate representation of color #133E7F: hue angle of 216.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133E7F is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1962127-
CMYK0.850.5100.50
HSL216.11º73.97%28.63%-
HSV(B)216.11º85.04%49.8%-
XYZ5.825.1220.76-
YUV56.55167.75101.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.13%
GREEN value IS 62 (24.61% from 255) = 29.81%
BLUE value IS 127 (50% from 255) = 61.06%
R=9.13%
G=29.81%
B=61.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal19621270.850.5100.50216.1173.9728.63
Hex133E7F5533032d84a1d
Octal23761771256306233011235
Binary1001111111011111111010101110011011001011011000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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