#0F02BA

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

Shades of Medium Blue #0F02BA

Tints of Medium Blue #0F02BA

Color information

#0F02BA (or 0x0F02BA) is unknown color: approx Medium Blue. HEX triplet: 0F, 02 and BA. RGB value is (15,2,186). Sum of RGB (Red+Green+Blue) = 15+2+186=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 186 (73.05% from 255 or 91.63% from 203); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F02BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F02BA is #F0FD45. Grayscale: #1A1A1A. Windows color (decimal): -15793478 or 12190223. OLE color: 12190223.

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

Color convert

RGB152186-
CMYK0.920.9900.27
HSL244.24º97.87%36.86%-
HSV(B)244.24º98.92%72.94%-
XYZ9.083.6946.69-
YUV26.86217.81119.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.39%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 186 (73.05% from 255) = 91.63%
R=7.39%
G=0.99%
B=91.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521860.920.9900.27244.2497.8736.86
HexF2BA5C6301Bf46225
Octal17227213414303336414245
Binary1111101011101010111001100011011011111101001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F02BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,2,186); }

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

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

 a { background-color: rgb(15,2,186); }

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

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

 span { border-color: rgb(15,2,186); }

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