#0F29DD

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

Shades of Persian Blue #0F29DD

Tints of Persian Blue #0F29DD

Color information

#0F29DD (or 0x0F29DD) is unknown color: approx Persian Blue. HEX triplet: 0F, 29 and DD. RGB value is (15,41,221). Sum of RGB (Red+Green+Blue) = 15+41+221=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 221 (86.72% from 255 or 79.78% from 277); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F29DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F29DD is #F0D622. Grayscale: #353535. Windows color (decimal): -15783459 or 14493967. OLE color: 14493967.

HSL color Cylindrical-coordinate representation of color #0F29DD: hue angle of 232.43º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F29DD is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1541221-
CMYK0.930.8100.13
HSL232.43º87.29%46.27%-
HSV(B)232.43º93.21%86.67%-
XYZ14.046.9169-
YUV53.75222.39100.36-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.42%
GREEN value IS 41 (16.41% from 255) = 14.80%
BLUE value IS 221 (86.72% from 255) = 79.78%
R=5.42%
G=14.80%
B=79.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal15412210.930.8100.13232.4387.2946.27
HexF29DD5D510De8572e
Octal175133513512101535012756
Binary1111101001110111011011101101000101101111010001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F29DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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