#133984

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

Shades of Dark Cerulean #133984

Tints of Dark Cerulean #133984

Color information

#133984 (or 0x133984) is unknown color: approx Dark Cerulean. HEX triplet: 13, 39 and 84. RGB value is (19,57,132). Sum of RGB (Red+Green+Blue) = 19+57+132=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 132 (51.95% from 255 or 63.46% from 208); Max value from RGB is 132 - color contains mainly: blue. Hex color #133984 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133984 is #ECC67B. Grayscale: #353535. Windows color (decimal): -15517308 or 8665363. OLE color: 8665363.

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

Color convert

RGB1957132-
CMYK0.860.5700.48
HSL219.82º74.83%29.61%-
HSV(B)219.82º85.61%51.76%-
XYZ5.94.7322.43-
YUV54.19171.91102.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.13%
GREEN value IS 57 (22.66% from 255) = 27.40%
BLUE value IS 132 (51.95% from 255) = 63.46%
R=9.13%
G=27.40%
B=63.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19571320.860.5700.48219.8274.8329.61
Hex1339845639030dc4b1e
Octal23712041267106033411336
Binary10011111001100001001010110111001011000011011100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133984; }

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

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

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

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

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

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

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

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