Html Css Color HEX #000ABB Medium Blue

📋 copy color: '#000ABB'

red 0 ◦ green 10 ◦ blue 187

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

Shades of Medium Blue #000ABB

Tints of Medium Blue #000ABB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.08%

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

R = 0%
G = 5.08%
B = 94.92%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#000ABB (or 0x000ABB) is known color: Medium Blue. HEX triplet: 00, 0A and BB. RGB value is (0,10,187). Sum of RGB (Red+Green+Blue) = 0+10+187=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 187 (73.44% from 255 or 94.92% from 197); Max value from RGB is 187 - color contains mainly: blue. Hex color #000ABB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000ABB is #FFF544. Grayscale: #1A1A1A. Windows color (decimal): -16774469 or 12257792. OLE color: 12257792.

HSL color Cylindrical-coordinate representation of color #000ABB: hue angle of 236.79º 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 #000ABB is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 10 187 -
CMYK 1 0.95 0 0.27
HSL 236.79º 1% 0.37% -
HSV(B) 236.79º 1% 0.73% -
XYZ 9.08 3.8 47.27 -
YUV 27.19 218.19 108.61 -
System Red Green Blue C M Y K H S L
Decimal 0 10 187 1 0.95 0 0.27 236.79 1 0.37
Hex 0 A BB 64 5F 0 1B ED 64 25
Octal 0 12 273 144 137 0 33 355 144 45
Binary 0 1010 10111011 1100100 1011111 0 11011 11101101 1100100 100101

Color Harmonies of #000ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000ABB

Black with #000ABB

Text Example


Text Example

White with #000ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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