#0824C9

Color #0824C9 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0824C9

Tints of Persian Blue #0824C9

Color information

#0824C9 (or 0x0824C9) is unknown color: approx Persian Blue. HEX triplet: 08, 24 and C9. RGB value is (8,36,201). Sum of RGB (Red+Green+Blue) = 8+36+201=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 201 (78.91% from 255 or 82.04% from 245); Max value from RGB is 201 - color contains mainly: blue. Hex color #0824C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0824C9 is #F7DB36. Grayscale: #2D2D2D. Windows color (decimal): -16243511 or 13181960. OLE color: 13181960.

HSL color Cylindrical-coordinate representation of color #0824C9: hue angle of 231.3º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0824C9 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB836201-
CMYK0.960.8200.21
HSL231.3º92.34%40.98%-
HSV(B)231.3º96.02%78.82%-
XYZ11.275.5355.73-
YUV46.44215.22100.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.27%
GREEN value IS 36 (14.45% from 255) = 14.69%
BLUE value IS 201 (78.91% from 255) = 82.04%
R=3.27%
G=14.69%
B=82.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal8362010.960.8200.21231.392.3440.98
Hex824C96052015e75c29
Octal104431114012202534713451
Binary10001001001100100111000001010010010101111001111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0824C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0824C9; }

 p { color: rgb(8,36,201); }

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

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

 a { background-color: rgb(8,36,201); }

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

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

 span { border-color: rgb(8,36,201); }

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