Html Css Color HEX #000FBB Medium Blue

📋 copy color: '#000FBB'

red 0 ◦ green 15 ◦ blue 187

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

Shades of Medium Blue #000FBB

Tints of Medium Blue #000FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 92.57%

R = 0%
G = 7.43%
B = 92.57%

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

#000FBB (or 0x000FBB) is known color: Medium Blue. HEX triplet: 00, 0F and BB. RGB value is (0,15,187). Sum of RGB (Red+Green+Blue) = 0+15+187=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 187 (73.44% from 255 or 92.57% from 202); Max value from RGB is 187 - color contains mainly: blue. Hex color #000FBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000FBB is #FFF044. Grayscale: #1D1D1D. Windows color (decimal): -16773189 or 12259072. OLE color: 12259072.

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

Color convert

RGB 0 15 187 -
CMYK 1 0.92 0 0.27
HSL 235.19º 1% 0.37% -
HSV(B) 235.19º 1% 0.73% -
XYZ 9.14 3.93 47.29 -
YUV 30.12 216.53 106.51 -
System Red Green Blue C M Y K H S L
Decimal 0 15 187 1 0.92 0 0.27 235.19 1 0.37
Hex 0 F BB 64 5C 0 1B EB 64 25
Octal 0 17 273 144 134 0 33 353 144 45
Binary 0 1111 10111011 1100100 1011100 0 11011 11101011 1100100 100101

Color Harmonies of #000FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000FBB

Black with #000FBB

Text Example


Text Example

White with #000FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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