#0F1FB9

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

Shades of Persian Blue #0F1FB9

Tints of Persian Blue #0F1FB9

Color information

#0F1FB9 (or 0x0F1FB9) is unknown color: approx Persian Blue. HEX triplet: 0F, 1F and B9. RGB value is (15,31,185). Sum of RGB (Red+Green+Blue) = 15+31+185=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 185 (72.66% from 255 or 80.09% from 231); Max value from RGB is 185 - color contains mainly: blue. Hex color #0F1FB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F1FB9 is #F0E046. Grayscale: #2B2B2B. Windows color (decimal): -15786055 or 12132111. OLE color: 12132111.

HSL color Cylindrical-coordinate representation of color #0F1FB9: hue angle of 234.35º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F1FB9 is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1531185-
CMYK0.920.8300.27
HSL234.35º85%39.22%-
HSV(B)234.35º91.89%72.55%-
XYZ9.444.5846.29-
YUV43.77207.7107.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.49%
GREEN value IS 31 (12.5% from 255) = 13.42%
BLUE value IS 185 (72.66% from 255) = 80.09%
R=6.49%
G=13.42%
B=80.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15311850.920.8300.27234.358539.22
HexF1FB95C5301Bea5527
Octal173727113412303335212547
Binary1111111111011100110111001010011011011111010101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,31,185); }

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

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

 a { background-color: rgb(15,31,185); }

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

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

 span { border-color: rgb(15,31,185); }

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