Html Css Color HEX #0F02BA Medium Blue

📋 copy color: '#0F02BA'

red 15 ◦ green 2 ◦ blue 186

#0F02BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #0F02BA

Tints of Medium Blue #0F02BA

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 value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0F02BA (or 0x0F02BA) is known color: 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

RGB 15 2 186 -
CMYK 0.92 0.99 0 0.27
HSL 244.24º 0.98% 0.37% -
HSV(B) 244.24º 0.99% 0.73% -
XYZ 9.08 3.69 46.69 -
YUV 26.86 217.81 119.54 -
System Red Green Blue C M Y K H S L
Decimal 15 2 186 0.92 0.99 0 0.27 244.24 0.98 0.37
Hex F 2 BA 5C 63 0 1B F4 62 25
Octal 17 2 272 134 143 0 33 364 142 45
Binary 1111 10 10111010 1011100 1100011 0 11011 11110100 1100010 100101

Color Harmonies of #0F02BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F02BA

Black with #0F02BA

Text Example


Text Example

White with #0F02BA

Text Example


Text Example

HTML Codes & Css Web 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>