#0A24D8

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

Shades of Persian Blue #0A24D8

Tints of Persian Blue #0A24D8

Color information

#0A24D8 (or 0x0A24D8) is unknown color: approx Persian Blue. HEX triplet: 0A, 24 and D8. RGB value is (10,36,216). Sum of RGB (Red+Green+Blue) = 10+36+216=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 216 (84.77% from 255 or 82.44% from 262); Max value from RGB is 216 - color contains mainly: blue. Hex color #0A24D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A24D8 is #F5DB27. Grayscale: #303030. Windows color (decimal): -16112424 or 14165002. OLE color: 14165002.

HSL color Cylindrical-coordinate representation of color #0A24D8: hue angle of 232.43º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A24D8 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1036216-
CMYK0.950.8300.15
HSL232.43º91.15%44.31%-
HSV(B)232.43º95.37%84.71%-
XYZ13.156.2865.49-
YUV48.75222.39100.36-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.82%
GREEN value IS 36 (14.45% from 255) = 13.74%
BLUE value IS 216 (84.77% from 255) = 82.44%
R=3.82%
G=13.74%
B=82.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal10362160.950.8300.15232.4391.1544.31
HexA24D85F530Fe85b2c
Octal124433013712301735013354
Binary1010100100110110001011111101001101111111010001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A24D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A24D8; }

 p { color: rgb(10,36,216); }

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

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

 a { background-color: rgb(10,36,216); }

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

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

 span { border-color: rgb(10,36,216); }

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