#135284

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

Shades of Dark Cerulean #135284

Tints of Dark Cerulean #135284

Color information

#135284 (or 0x135284) is unknown color: approx Dark Cerulean. HEX triplet: 13, 52 and 84. RGB value is (19,82,132). Sum of RGB (Red+Green+Blue) = 19+82+132=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #135284 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135284 is #ECAD7B. Grayscale: #444444. Windows color (decimal): -15510908 or 8671763. OLE color: 8671763.

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

Color convert

RGB1982132-
CMYK0.860.3800.48
HSL206.55º74.83%29.61%-
HSV(B)206.55º85.61%51.76%-
XYZ7.457.8422.95-
YUV68.86163.6392.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.15%
GREEN value IS 82 (32.42% from 255) = 35.19%
BLUE value IS 132 (51.95% from 255) = 56.65%
R=8.15%
G=35.19%
B=56.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19821320.860.3800.48206.5574.8329.61
Hex1352845626030cf4b1e
Octal231222041264606031711336
Binary100111010010100001001010110100110011000011001111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135284; }

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

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

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

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

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

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

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

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