#0f2fe8

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

Shades of Persian Blue #0F2FE8

Tints of Persian Blue #0F2FE8

Color information

#0F2FE8 (or 0x0F2FE8) is unknown color: approx Persian Blue. HEX triplet: 0F, 2F and E8. RGB value is (15,47,232). Sum of RGB (Red+Green+Blue) = 15+47+232=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 232 (91.02% from 255 or 78.91% from 294); Max value from RGB is 232 - color contains mainly: blue. Hex color #0F2FE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F2FE8 is #F0D017. Grayscale: #393939. Windows color (decimal): -15781912 or 15216399. OLE color: 15216399.

HSL color Cylindrical-coordinate representation of color #0F2FE8: hue angle of 231.15º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F2FE8 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1547232-
CMYK0.940.8000.09
HSL231.15º87.85%48.43%-
HSV(B)231.15º93.53%90.98%-
XYZ15.787.9677.05-
YUV58.52225.996.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.10%
GREEN value IS 47 (18.75% from 255) = 15.99%
BLUE value IS 232 (91.02% from 255) = 78.91%
R=5.10%
G=15.99%
B=78.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal15472320.940.8000.09231.1587.8548.43
HexF2FE85E5009e75830
Octal175735013612001134713060
Binary1111101111111010001011110101000001001111001111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f2fe8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,47,232); }

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

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

 a { background-color: rgb(15,47,232); }

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

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

 span { border-color: rgb(15,47,232); }

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