#0F2FEB

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

Shades of Persian Blue #0F2FEB

Tints of Persian Blue #0F2FEB

Color information

#0F2FEB (or 0x0F2FEB) is unknown color: approx Persian Blue. HEX triplet: 0F, 2F and EB. RGB value is (15,47,235). Sum of RGB (Red+Green+Blue) = 15+47+235=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 235 (92.19% from 255 or 79.12% from 297); Max value from RGB is 235 - color contains mainly: blue. Hex color #0F2FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F2FEB is #F0D014. Grayscale: #3A3A3A. Windows color (decimal): -15781909 or 15413007. OLE color: 15413007.

HSL color Cylindrical-coordinate representation of color #0F2FEB: hue angle of 231.27º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F2FEB is Cyan = 0.94, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1547235-
CMYK0.940.800.08
HSL231.27º88%49.02%-
HSV(B)231.27º93.62%92.16%-
XYZ16.218.1379.31-
YUV58.86227.496.71-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.05%
GREEN value IS 47 (18.75% from 255) = 15.82%
BLUE value IS 235 (92.19% from 255) = 79.12%
R=5.05%
G=15.82%
B=79.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal15472350.940.800.08231.278849.02
HexF2FEB5E5008e75831
Octal175735313612001034713061
Binary1111101111111010111011110101000001000111001111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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