#0A29BF

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

Shades of Persian Blue #0A29BF

Tints of Persian Blue #0A29BF

Color information

#0A29BF (or 0x0A29BF) is unknown color: approx Persian Blue. HEX triplet: 0A, 29 and BF. RGB value is (10,41,191). Sum of RGB (Red+Green+Blue) = 10+41+191=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 191 (75% from 255 or 78.93% from 242); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A29BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A29BF is #F5D640. Grayscale: #303030. Windows color (decimal): -16111169 or 12527882. OLE color: 12527882.

HSL color Cylindrical-coordinate representation of color #0A29BF: hue angle of 229.72º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A29BF is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1041191-
CMYK0.950.7900.25
HSL229.72º90.05%39.41%-
HSV(B)229.72º94.76%74.9%-
XYZ10.325.4149.79-
YUV48.83208.23100.3-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.13%
GREEN value IS 41 (16.41% from 255) = 16.94%
BLUE value IS 191 (75% from 255) = 78.93%
R=4.13%
G=16.94%
B=78.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10411910.950.7900.25229.7290.0539.41
HexA29BF5F4F019e65a27
Octal125127713711703134613247
Binary10101010011011111110111111001111011001111001101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A29BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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