#0A29CD

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

Shades of Persian Blue #0A29CD

Tints of Persian Blue #0A29CD

Color information

#0A29CD (or 0x0A29CD) is unknown color: approx Persian Blue. HEX triplet: 0A, 29 and CD. RGB value is (10,41,205). Sum of RGB (Red+Green+Blue) = 10+41+205=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 205 (80.47% from 255 or 80.08% from 256); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A29CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A29CD is #F5D632. Grayscale: #313131. Windows color (decimal): -16111155 or 13445386. OLE color: 13445386.

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

Color convert

RGB1041205-
CMYK0.950.800.20
HSL230.46º90.7%42.16%-
HSV(B)230.46º95.12%80.39%-
XYZ11.946.0658.3-
YUV50.43215.2399.16-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.91%
GREEN value IS 41 (16.41% from 255) = 16.02%
BLUE value IS 205 (80.47% from 255) = 80.08%
R=3.91%
G=16.02%
B=80.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal10412050.950.800.20230.4690.742.16
HexA29CD5F50014e65b2a
Octal125131513712002434613352
Binary10101010011100110110111111010000010100111001101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A29CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,41,205); }

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

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

 a { background-color: rgb(10,41,205); }

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

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

 span { border-color: rgb(10,41,205); }

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