Html Css Color HEX #0F03BA Medium Blue

📋 copy color: '#0F03BA'

red 15 ◦ green 3 ◦ blue 186

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

Shades of Medium Blue #0F03BA

Tints of Medium Blue #0F03BA

RGB

 RED value IS 15 (6.25% from 255) = 7.35%

 GREEN value IS 3 (1.56% from 255) = 1.47%

 BLUE value IS 186 (73.05% from 255) = 91.18%

R = 7.35%
G = 1.47%
B = 91.18%

CMYK

 C value IS 0.92

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0F03BA (or 0x0F03BA) is known color: Medium Blue. HEX triplet: 0F, 03 and BA. RGB value is (15,3,186). Sum of RGB (Red+Green+Blue) = 15+3+186=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 186 (73.05% from 255 or 91.18% from 204); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F03BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F03BA is #F0FC45. Grayscale: #1A1A1A. Windows color (decimal): -15793222 or 12190479. OLE color: 12190479.

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

Color convert

RGB 15 3 186 -
CMYK 0.92 0.98 0 0.27
HSL 243.93º 0.97% 0.37% -
HSV(B) 243.93º 0.98% 0.73% -
XYZ 9.09 3.71 46.69 -
YUV 27.45 217.48 119.12 -
System Red Green Blue C M Y K H S L
Decimal 15 3 186 0.92 0.98 0 0.27 243.93 0.97 0.37
Hex F 3 BA 5C 62 0 1B F4 61 25
Octal 17 3 272 134 142 0 33 364 141 45
Binary 1111 11 10111010 1011100 1100010 0 11011 11110100 1100001 100101

Color Harmonies of #0F03BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F03BA

Black with #0F03BA

Text Example


Text Example

White with #0F03BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F03BA;
 }
 .AnyTagClassName
 {
   color: #0F03BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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