Html Css Color HEX #000AAF New Midnight Blue

📋 copy color: '#000AAF'

red 0 ◦ green 10 ◦ blue 175

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

Shades of New Midnight Blue #000AAF

Tints of New Midnight Blue #000AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 94.59%

R = 0%
G = 5.41%
B = 94.59%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#000AAF (or 0x000AAF) is known color: New Midnight Blue. HEX triplet: 00, 0A and AF. RGB value is (0,10,175). Sum of RGB (Red+Green+Blue) = 0+10+175=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 175 (68.75% from 255 or 94.59% from 185); Max value from RGB is 175 - color contains mainly: blue. Hex color #000AAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000AAF is #FFF550. Grayscale: #191919. Windows color (decimal): -16774481 or 11471360. OLE color: 11471360.

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

Color convert

RGB 0 10 175 -
CMYK 1 0.94 0 0.31
HSL 236.57º 1% 0.34% -
HSV(B) 236.57º 1% 0.69% -
XYZ 7.85 3.31 40.78 -
YUV 25.82 212.19 109.58 -
System Red Green Blue C M Y K H S L
Decimal 0 10 175 1 0.94 0 0.31 236.57 1 0.34
Hex 0 A AF 64 5E 0 1F ED 64 22
Octal 0 12 257 144 136 0 37 355 144 42
Binary 0 1010 10101111 1100100 1011110 0 11111 11101101 1100100 100010

Color Harmonies of #000AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000AAF

Black with #000AAF

Text Example


Text Example

White with #000AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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