#133684

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

Shades of Dark Cerulean #133684

Tints of Dark Cerulean #133684

Color information

#133684 (or 0x133684) is unknown color: approx Dark Cerulean. HEX triplet: 13, 36 and 84. RGB value is (19,54,132). Sum of RGB (Red+Green+Blue) = 19+54+132=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 132 (51.95% from 255 or 64.39% from 205); Max value from RGB is 132 - color contains mainly: blue. Hex color #133684 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133684 is #ECC97B. Grayscale: #343434. Windows color (decimal): -15518076 or 8664595. OLE color: 8664595.

HSL color Cylindrical-coordinate representation of color #133684: hue angle of 221.42º 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 #133684 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1954132-
CMYK0.860.5900.48
HSL221.42º74.83%29.61%-
HSV(B)221.42º85.61%51.76%-
XYZ5.754.4422.38-
YUV52.43172.9104.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 132 (51.95% from 255) = 64.39%
R=9.27%
G=26.34%
B=64.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19541320.860.5900.48221.4274.8329.61
Hex133684563B030dd4b1e
Octal23662041267306033511336
Binary10011110110100001001010110111011011000011011101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133684; }

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

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

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

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

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

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

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

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