#0A25C9

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

Shades of Persian Blue #0A25C9

Tints of Persian Blue #0A25C9

Color information

#0A25C9 (or 0x0A25C9) is unknown color: approx Persian Blue. HEX triplet: 0A, 25 and C9. RGB value is (10,37,201). Sum of RGB (Red+Green+Blue) = 10+37+201=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 201 (78.91% from 255 or 81.05% from 248); Max value from RGB is 201 - color contains mainly: blue. Hex color #0A25C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A25C9 is #F5DA36. Grayscale: #2E2E2E. Windows color (decimal): -16112183 or 13182218. OLE color: 13182218.

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

Color convert

RGB1037201-
CMYK0.950.8200.21
HSL231.52º90.52%41.37%-
HSV(B)231.52º95.02%78.82%-
XYZ11.335.655.74-
YUV47.62214.55101.16-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.03%
GREEN value IS 37 (14.84% from 255) = 14.92%
BLUE value IS 201 (78.91% from 255) = 81.05%
R=4.03%
G=14.92%
B=81.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal10372010.950.8200.21231.5290.5241.37
HexA25C95F52015e85b29
Octal124531113712202535013351
Binary10101001011100100110111111010010010101111010001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A25C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,37,201); }

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

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

 a { background-color: rgb(10,37,201); }

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

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

 span { border-color: rgb(10,37,201); }

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