Html Css Color HEX #000AAB New Midnight Blue

📋 copy color: '#000AAB'

red 0 ◦ green 10 ◦ blue 171

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

Shades of New Midnight Blue #000AAB

Tints of New Midnight Blue #000AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 94.48%

R = 0%
G = 5.52%
B = 94.48%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#000AAB (or 0x000AAB) is known color: New Midnight Blue. HEX triplet: 00, 0A and AB. RGB value is (0,10,171). Sum of RGB (Red+Green+Blue) = 0+10+171=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 171 (67.19% from 255 or 94.48% from 181); Max value from RGB is 171 - color contains mainly: blue. Hex color #000AAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000AAB is #FFF554. Grayscale: #181818. Windows color (decimal): -16774485 or 11209216. OLE color: 11209216.

HSL color Cylindrical-coordinate representation of color #000AAB: hue angle of 236.49º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000AAB is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 10 171 -
CMYK 1 0.94 0 0.33
HSL 236.49º 1% 0.34% -
HSV(B) 236.49º 1% 0.67% -
XYZ 7.46 3.16 38.74 -
YUV 25.36 210.19 109.91 -
System Red Green Blue C M Y K H S L
Decimal 0 10 171 1 0.94 0 0.33 236.49 1 0.34
Hex 0 A AB 64 5E 0 21 EC 64 22
Octal 0 12 253 144 136 0 41 354 144 42
Binary 0 1010 10101011 1100100 1011110 0 100001 11101100 1100100 100010

Color Harmonies of #000AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000AAB

Black with #000AAB

Text Example


Text Example

White with #000AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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