#0F2BB9

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

Shades of Persian Blue #0F2BB9

Tints of Persian Blue #0F2BB9

Color information

#0F2BB9 (or 0x0F2BB9) is unknown color: approx Persian Blue. HEX triplet: 0F, 2B and B9. RGB value is (15,43,185). Sum of RGB (Red+Green+Blue) = 15+43+185=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 185 (72.66% from 255 or 76.13% from 243); Max value from RGB is 185 - color contains mainly: blue. Hex color #0F2BB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F2BB9 is #F0D446. Grayscale: #323232. Windows color (decimal): -15782983 or 12135183. OLE color: 12135183.

HSL color Cylindrical-coordinate representation of color #0F2BB9: hue angle of 230.12º 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 #0F2BB9 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1543185-
CMYK0.920.7700.27
HSL230.12º85%39.22%-
HSV(B)230.12º91.89%72.55%-
XYZ9.825.3346.41-
YUV50.82203.72102.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.17%
GREEN value IS 43 (17.19% from 255) = 17.70%
BLUE value IS 185 (72.66% from 255) = 76.13%
R=6.17%
G=17.70%
B=76.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15431850.920.7700.27230.128539.22
HexF2BB95C4D01Be65527
Octal175327113411503334612547
Binary11111010111011100110111001001101011011111001101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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