Html Css Color HEX #0400AA New Midnight Blue

📋 copy color: '#0400AA'

red 4 ◦ green 0 ◦ blue 170

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

Shades of New Midnight Blue #0400AA

Tints of New Midnight Blue #0400AA

RGB

 RED value IS 4 (1.95% from 255) = 2.3%

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

 BLUE value IS 170 (66.8% from 255) = 97.7%

R = 2.3%
G = 0%
B = 97.7%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0400AA (or 0x0400AA) is known color: New Midnight Blue. HEX triplet: 04, 00 and AA. RGB value is (4,0,170). Sum of RGB (Red+Green+Blue) = 4+0+170=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 170 (66.80% from 255 or 97.70% from 174); Max value from RGB is 170 - color contains mainly: blue. Hex color #0400AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0400AA is #FBFF55. Grayscale: #131313. Windows color (decimal): -16514902 or 11141124. OLE color: 11141124.

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

Color convert

RGB 4 0 170 -
CMYK 0.98 1 0 0.33
HSL 241.41º 1% 0.33% -
HSV(B) 241.41º 1% 0.67% -
XYZ 7.31 2.93 38.21 -
YUV 20.58 212.33 116.18 -
System Red Green Blue C M Y K H S L
Decimal 4 0 170 0.98 1 0 0.33 241.41 1 0.33
Hex 4 0 AA 62 64 0 21 F1 64 21
Octal 4 0 252 142 144 0 41 361 144 41
Binary 100 0 10101010 1100010 1100100 0 100001 11110001 1100100 100001

Color Harmonies of #0400AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0400AA

Black with #0400AA

Text Example


Text Example

White with #0400AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0400AA; }

 p { color: rgb(4,0,170); }

 H1.HeaderClassName
 {
   color: #0400AA;
 }
 .AnyTagClassName
 {
   color: #0400AA;
 }
</style>

background-color css

<style>
 a { background-color: #0400AA; }

 a { background-color: rgb(4,0,170); }

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

border-color css

<style>
 span { border-color: #0400AA; }

 span { border-color: rgb(4,0,170); }

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