#0A22CA

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

Shades of Persian Blue #0A22CA

Tints of Persian Blue #0A22CA

Color information

#0A22CA (or 0x0A22CA) is unknown color: approx Persian Blue. HEX triplet: 0A, 22 and CA. RGB value is (10,34,202). Sum of RGB (Red+Green+Blue) = 10+34+202=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 202 (79.30% from 255 or 82.11% from 246); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A22CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A22CA is #F5DD35. Grayscale: #2D2D2D. Windows color (decimal): -16112950 or 13246986. OLE color: 13246986.

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

Color convert

RGB1034202-
CMYK0.950.8300.21
HSL232.5º90.57%41.57%-
HSV(B)232.5º95.05%79.22%-
XYZ11.365.4756.33-
YUV45.98216.05102.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.07%
GREEN value IS 34 (13.67% from 255) = 13.82%
BLUE value IS 202 (79.30% from 255) = 82.11%
R=4.07%
G=13.82%
B=82.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal10342020.950.8300.21232.590.5741.57
HexA22CA5F53015e85b2a
Octal124231213712302535013352
Binary10101000101100101010111111010011010101111010001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A22CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,34,202); }

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

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

 a { background-color: rgb(10,34,202); }

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

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

 span { border-color: rgb(10,34,202); }

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