#133782

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

Shades of Dark Cerulean #133782

Tints of Dark Cerulean #133782

Color information

#133782 (or 0x133782) is unknown color: approx Dark Cerulean. HEX triplet: 13, 37 and 82. RGB value is (19,55,130). Sum of RGB (Red+Green+Blue) = 19+55+130=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 130 (51.17% from 255 or 63.73% from 204); Max value from RGB is 130 - color contains mainly: blue. Hex color #133782 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133782 is #ECC87D. Grayscale: #343434. Windows color (decimal): -15517822 or 8533779. OLE color: 8533779.

HSL color Cylindrical-coordinate representation of color #133782: hue angle of 220.54º 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 #133782 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1955130-
CMYK0.850.5800.49
HSL220.54º74.5%29.22%-
HSV(B)220.54º85.38%50.98%-
XYZ5.664.4821.69-
YUV52.79171.57103.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.31%
GREEN value IS 55 (21.88% from 255) = 26.96%
BLUE value IS 130 (51.17% from 255) = 63.73%
R=9.31%
G=26.96%
B=63.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19551300.850.5800.49220.5474.529.22
Hex133782553A031dd4a1d
Octal23672021257206133511235
Binary10011110111100000101010101111010011000111011101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133782; }

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

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

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

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

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

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

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

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