#0F29B8

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

Shades of Persian Blue #0F29B8

Tints of Persian Blue #0F29B8

Color information

#0F29B8 (or 0x0F29B8) is unknown color: approx Persian Blue. HEX triplet: 0F, 29 and B8. RGB value is (15,41,184). Sum of RGB (Red+Green+Blue) = 15+41+184=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 184 (72.27% from 255 or 76.67% from 240); Max value from RGB is 184 - color contains mainly: blue. Hex color #0F29B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F29B8 is #F0D647. Grayscale: #303030. Windows color (decimal): -15783496 or 12069135. OLE color: 12069135.

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

Color convert

RGB1541184-
CMYK0.920.7800.28
HSL230.77º84.92%39.02%-
HSV(B)230.77º91.85%72.16%-
XYZ9.645.1545.83-
YUV49.53203.89103.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.25%
GREEN value IS 41 (16.41% from 255) = 17.08%
BLUE value IS 184 (72.27% from 255) = 76.67%
R=6.25%
G=17.08%
B=76.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal15411840.920.7800.28230.7784.9239.02
HexF29B85C4E01Ce75527
Octal175127013411603434712547
Binary11111010011011100010111001001110011100111001111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F29B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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