#0F2FBE

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

Shades of Persian Blue #0F2FBE

Tints of Persian Blue #0F2FBE

Color information

#0F2FBE (or 0x0F2FBE) is unknown color: approx Persian Blue. HEX triplet: 0F, 2F and BE. RGB value is (15,47,190). Sum of RGB (Red+Green+Blue) = 15+47+190=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 190 (74.61% from 255 or 75.40% from 252); Max value from RGB is 190 - color contains mainly: blue. Hex color #0F2FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F2FBE is #F0D041. Grayscale: #353535. Windows color (decimal): -15781954 or 12463887. OLE color: 12463887.

HSL color Cylindrical-coordinate representation of color #0F2FBE: hue angle of 229.03º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F2FBE is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1547190-
CMYK0.920.7500.25
HSL229.03º85.37%40.2%-
HSV(B)229.03º92.11%74.51%-
XYZ10.515.8549.29-
YUV53.73204.9100.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.95%
GREEN value IS 47 (18.75% from 255) = 18.65%
BLUE value IS 190 (74.61% from 255) = 75.40%
R=5.95%
G=18.65%
B=75.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15471900.920.7500.25229.0385.3740.2
HexF2FBE5C4B019e55528
Octal175727613411303134512550
Binary11111011111011111010111001001011011001111001011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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