#0F29C4

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

Shades of Persian Blue #0F29C4

Tints of Persian Blue #0F29C4

Color information

#0F29C4 (or 0x0F29C4) is unknown color: approx Persian Blue. HEX triplet: 0F, 29 and C4. RGB value is (15,41,196). Sum of RGB (Red+Green+Blue) = 15+41+196=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 196 (76.95% from 255 or 77.78% from 252); Max value from RGB is 196 - color contains mainly: blue. Hex color #0F29C4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F29C4 is #F0D63B. Grayscale: #323232. Windows color (decimal): -15783484 or 12855567. OLE color: 12855567.

HSL color Cylindrical-coordinate representation of color #0F29C4: hue angle of 231.38º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F29C4 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1541196-
CMYK0.920.7900.23
HSL231.38º85.78%41.37%-
HSV(B)231.38º92.35%76.86%-
XYZ10.955.6752.74-
YUV50.9209.89102.4-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.95%
GREEN value IS 41 (16.41% from 255) = 16.27%
BLUE value IS 196 (76.95% from 255) = 77.78%
R=5.95%
G=16.27%
B=77.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal15411960.920.7900.23231.3885.7841.37
HexF29C45C4F017e75629
Octal175130413411702734712651
Binary11111010011100010010111001001111010111111001111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F29C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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