Html Css Color HEX #000FBF Medium Blue

📋 copy color: '#000FBF'

red 0 ◦ green 15 ◦ blue 191

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

Shades of Medium Blue #000FBF

Tints of Medium Blue #000FBF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 15 (6.25% from 255) = 7.28%

 BLUE value IS 191 (75% from 255) = 92.72%

R = 0%
G = 7.28%
B = 92.72%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#000FBF (or 0x000FBF) is known color: Medium Blue. HEX triplet: 00, 0F and BF. RGB value is (0,15,191). Sum of RGB (Red+Green+Blue) = 0+15+191=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 191 (75% from 255 or 92.72% from 206); Max value from RGB is 191 - color contains mainly: blue. Hex color #000FBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000FBF is #FFF040. Grayscale: #1D1D1D. Windows color (decimal): -16773185 or 12521216. OLE color: 12521216.

HSL color Cylindrical-coordinate representation of color #000FBF: hue angle of 235.29º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000FBF is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 15 191 -
CMYK 1 0.92 0 0.25
HSL 235.29º 1% 0.37% -
HSV(B) 235.29º 1% 0.75% -
XYZ 9.57 4.1 49.58 -
YUV 30.58 218.53 106.19 -
System Red Green Blue C M Y K H S L
Decimal 0 15 191 1 0.92 0 0.25 235.29 1 0.37
Hex 0 F BF 64 5C 0 19 EB 64 25
Octal 0 17 277 144 134 0 31 353 144 45
Binary 0 1111 10111111 1100100 1011100 0 11001 11101011 1100100 100101

Color Harmonies of #000FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000FBF

Black with #000FBF

Text Example


Text Example

White with #000FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000FBF; }

 p { color: rgb(0,15,191); }

 H1.HeaderClassName
 {
   color: #000FBF;
 }
 .AnyTagClassName
 {
   color: #000FBF;
 }
</style>

background-color css

<style>
 a { background-color: #000FBF; }

 a { background-color: rgb(0,15,191); }

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

border-color css

<style>
 span { border-color: #000FBF; }

 span { border-color: rgb(0,15,191); }

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