#133A80

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

Shades of Dark Cerulean #133A80

Tints of Dark Cerulean #133A80

Color information

#133A80 (or 0x133A80) is unknown color: approx Dark Cerulean. HEX triplet: 13, 3A and 80. RGB value is (19,58,128). Sum of RGB (Red+Green+Blue) = 19+58+128=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 128 (50.39% from 255 or 62.44% from 205); Max value from RGB is 128 - color contains mainly: blue. Hex color #133A80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133A80 is #ECC57F. Grayscale: #363636. Windows color (decimal): -15517056 or 8403475. OLE color: 8403475.

HSL color Cylindrical-coordinate representation of color #133A80: hue angle of 218.53º 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 #133A80 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1958128-
CMYK0.850.5500.50
HSL218.53º74.15%28.82%-
HSV(B)218.53º85.16%50.2%-
XYZ5.684.7221.03-
YUV54.32169.58102.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 58 (23.05% from 255) = 28.29%
BLUE value IS 128 (50.39% from 255) = 62.44%
R=9.27%
G=28.29%
B=62.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal19581280.850.5500.50218.5374.1528.82
Hex133A805537032db4a1d
Octal23722001256706233311235
Binary10011111010100000001010101110111011001011011011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,58,128); }

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

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

 a { background-color: rgb(19,58,128); }

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

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

 span { border-color: rgb(19,58,128); }

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