#0F29B9

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

Shades of Persian Blue #0F29B9

Tints of Persian Blue #0F29B9

Color information

#0F29B9 (or 0x0F29B9) is unknown color: approx Persian Blue. HEX triplet: 0F, 29 and B9. RGB value is (15,41,185). Sum of RGB (Red+Green+Blue) = 15+41+185=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 185 (72.66% from 255 or 76.76% from 241); Max value from RGB is 185 - color contains mainly: blue. Hex color #0F29B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F29B9 is #F0D646. Grayscale: #313131. Windows color (decimal): -15783495 or 12134671. OLE color: 12134671.

HSL color Cylindrical-coordinate representation of color #0F29B9: hue angle of 230.82º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F29B9 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1541185-
CMYK0.920.7800.27
HSL230.82º85%39.22%-
HSV(B)230.82º91.89%72.55%-
XYZ9.755.1946.39-
YUV49.64204.39103.29-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.22%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 185 (72.66% from 255) = 76.76%
R=6.22%
G=17.01%
B=76.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15411850.920.7800.27230.828539.22
HexF29B95C4E01Be75527
Octal175127113411603334712547
Binary11111010011011100110111001001110011011111001111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F29B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,41,185); }

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

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

 a { background-color: rgb(15,41,185); }

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

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

 span { border-color: rgb(15,41,185); }

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