Html Css Color HEX #000FBC Medium Blue

📋 copy color: '#000FBC'

red 0 ◦ green 15 ◦ blue 188

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

Shades of Medium Blue #000FBC

Tints of Medium Blue #000FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 92.61%

R = 0%
G = 7.39%
B = 92.61%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#000FBC (or 0x000FBC) is known color: Medium Blue. HEX triplet: 00, 0F and BC. RGB value is (0,15,188). Sum of RGB (Red+Green+Blue) = 0+15+188=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 188 (73.83% from 255 or 92.61% from 203); Max value from RGB is 188 - color contains mainly: blue. Hex color #000FBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000FBC is #FFF043. Grayscale: #1D1D1D. Windows color (decimal): -16773188 or 12324608. OLE color: 12324608.

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

Color convert

RGB 0 15 188 -
CMYK 1 0.92 0 0.26
HSL 235.21º 1% 0.37% -
HSV(B) 235.21º 1% 0.74% -
XYZ 9.25 3.97 47.86 -
YUV 30.24 217.03 106.43 -
System Red Green Blue C M Y K H S L
Decimal 0 15 188 1 0.92 0 0.26 235.21 1 0.37
Hex 0 F BC 64 5C 0 1A EB 64 25
Octal 0 17 274 144 134 0 32 353 144 45
Binary 0 1111 10111100 1100100 1011100 0 11010 11101011 1100100 100101

Color Harmonies of #000FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000FBC

Black with #000FBC

Text Example


Text Example

White with #000FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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