#133882

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

Shades of Dark Cerulean #133882

Tints of Dark Cerulean #133882

Color information

#133882 (or 0x133882) is unknown color: approx Dark Cerulean. HEX triplet: 13, 38 and 82. RGB value is (19,56,130). Sum of RGB (Red+Green+Blue) = 19+56+130=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 130 (51.17% from 255 or 63.41% from 205); Max value from RGB is 130 - color contains mainly: blue. Hex color #133882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133882 is #ECC77D. Grayscale: #353535. Windows color (decimal): -15517566 or 8534035. OLE color: 8534035.

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

Color convert

RGB1956130-
CMYK0.850.5700.49
HSL220º74.5%29.22%-
HSV(B)220º85.38%50.98%-
XYZ5.714.5821.7-
YUV53.37171.24103.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 130 (51.17% from 255) = 63.41%
R=9.27%
G=27.32%
B=63.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19561300.850.5700.4922074.529.22
Hex1338825539031dc4a1d
Octal23702021257106133411235
Binary10011111000100000101010101111001011000111011100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133882; }

 p { color: rgb(19,56,130); }

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

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

 a { background-color: rgb(19,56,130); }

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

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

 span { border-color: rgb(19,56,130); }

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