#133986

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

Shades of Dark Cerulean #133986

Tints of Dark Cerulean #133986

Color information

#133986 (or 0x133986) is unknown color: approx Dark Cerulean. HEX triplet: 13, 39 and 86. RGB value is (19,57,134). Sum of RGB (Red+Green+Blue) = 19+57+134=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 134 (52.73% from 255 or 63.81% from 210); Max value from RGB is 134 - color contains mainly: blue. Hex color #133986 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133986 is #ECC679. Grayscale: #363636. Windows color (decimal): -15517306 or 8796435. OLE color: 8796435.

HSL color Cylindrical-coordinate representation of color #133986: hue angle of 220.17º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #133986 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1957134-
CMYK0.860.5700.47
HSL220.17º75.16%30%-
HSV(B)220.17º85.82%52.55%-
XYZ6.034.7923.16-
YUV54.42172.91102.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.05%
GREEN value IS 57 (22.66% from 255) = 27.14%
BLUE value IS 134 (52.73% from 255) = 63.81%
R=9.05%
G=27.14%
B=63.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19571340.860.5700.47220.1775.1630
Hex133986563902Fdc4b1e
Octal23712061267105733411336
Binary10011111001100001101010110111001010111111011100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133986; }

 p { color: rgb(19,57,134); }

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

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

 a { background-color: rgb(19,57,134); }

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

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

 span { border-color: rgb(19,57,134); }

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