Html Css Color HEX #000FBA Medium Blue

📋 copy color: '#000FBA'

red 0 ◦ green 15 ◦ blue 186

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

Shades of Medium Blue #000FBA

Tints of Medium Blue #000FBA

RGB

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

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

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

R = 0%
G = 7.46%
B = 92.54%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#000FBA (or 0x000FBA) is known color: Medium Blue. HEX triplet: 00, 0F and BA. RGB value is (0,15,186). Sum of RGB (Red+Green+Blue) = 0+15+186=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 186 (73.05% from 255 or 92.54% from 201); Max value from RGB is 186 - color contains mainly: blue. Hex color #000FBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000FBA is #FFF045. Grayscale: #1D1D1D. Windows color (decimal): -16773190 or 12193536. OLE color: 12193536.

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

Color convert

RGB 0 15 186 -
CMYK 1 0.92 0 0.27
HSL 235.16º 1% 0.36% -
HSV(B) 235.16º 1% 0.73% -
XYZ 9.03 3.89 46.73 -
YUV 30.01 216.03 106.6 -
System Red Green Blue C M Y K H S L
Decimal 0 15 186 1 0.92 0 0.27 235.16 1 0.36
Hex 0 F BA 64 5C 0 1B EB 64 24
Octal 0 17 272 144 134 0 33 353 144 44
Binary 0 1111 10111010 1100100 1011100 0 11011 11101011 1100100 100100

Color Harmonies of #000FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000FBA

Black with #000FBA

Text Example


Text Example

White with #000FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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