#133484

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

Shades of Dark Cerulean #133484

Tints of Dark Cerulean #133484

Color information

#133484 (or 0x133484) is unknown color: approx Dark Cerulean. HEX triplet: 13, 34 and 84. RGB value is (19,52,132). Sum of RGB (Red+Green+Blue) = 19+52+132=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 132 (51.95% from 255 or 65.02% from 203); Max value from RGB is 132 - color contains mainly: blue. Hex color #133484 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133484 is #ECCB7B. Grayscale: #323232. Windows color (decimal): -15518588 or 8664083. OLE color: 8664083.

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

Color convert

RGB1952132-
CMYK0.860.6100.48
HSL222.48º74.83%29.61%-
HSV(B)222.48º85.61%51.76%-
XYZ5.664.2622.35-
YUV51.25173.57105-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.36%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 132 (51.95% from 255) = 65.02%
R=9.36%
G=25.62%
B=65.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19521320.860.6100.48222.4874.8329.61
Hex133484563D030de4b1e
Octal23642041267506033611336
Binary10011110100100001001010110111101011000011011110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133484; }

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

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

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

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

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

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

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

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