Html Css Color HEX #040BAA New Midnight Blue

📋 copy color: '#040BAA'

red 4 ◦ green 11 ◦ blue 170

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

Shades of New Midnight Blue #040BAA

Tints of New Midnight Blue #040BAA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.95%

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

R = 2.16%
G = 5.95%
B = 91.89%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#040BAA (or 0x040BAA) is known color: New Midnight Blue. HEX triplet: 04, 0B and AA. RGB value is (4,11,170). Sum of RGB (Red+Green+Blue) = 4+11+170=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 170 (66.80% from 255 or 91.89% from 185); Max value from RGB is 170 - color contains mainly: blue. Hex color #040BAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040BAA is #FBF455. Grayscale: #1A1A1A. Windows color (decimal): -16512086 or 11143940. OLE color: 11143940.

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

Color convert

RGB 4 11 170 -
CMYK 0.98 0.94 0 0.33
HSL 237.47º 0.95% 0.34% -
HSV(B) 237.47º 0.98% 0.67% -
XYZ 7.43 3.17 38.25 -
YUV 27.03 208.68 111.57 -
System Red Green Blue C M Y K H S L
Decimal 4 11 170 0.98 0.94 0 0.33 237.47 0.95 0.34
Hex 4 B AA 62 5E 0 21 ED 5F 22
Octal 4 13 252 142 136 0 41 355 137 42
Binary 100 1011 10101010 1100010 1011110 0 100001 11101101 1011111 100010

Color Harmonies of #040BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040BAA

Black with #040BAA

Text Example


Text Example

White with #040BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040BAA; }

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

 H1.HeaderClassName
 {
   color: #040BAA;
 }
 .AnyTagClassName
 {
   color: #040BAA;
 }
</style>

background-color css

<style>
 a { background-color: #040BAA; }

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

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

border-color css

<style>
 span { border-color: #040BAA; }

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

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