Html Css Color HEX #040FAA New Midnight Blue

📋 copy color: '#040FAA'

red 4 ◦ green 15 ◦ blue 170

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

Shades of New Midnight Blue #040FAA

Tints of New Midnight Blue #040FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.94%

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

R = 2.12%
G = 7.94%
B = 89.95%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#040FAA (or 0x040FAA) is known color: New Midnight Blue. HEX triplet: 04, 0F and AA. RGB value is (4,15,170). Sum of RGB (Red+Green+Blue) = 4+15+170=189 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.12% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 170 (66.80% from 255 or 89.95% from 189); Max value from RGB is 170 - color contains mainly: blue. Hex color #040FAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040FAA is #FBF055. Grayscale: #1C1C1C. Windows color (decimal): -16511062 or 11144964. OLE color: 11144964.

HSL color Cylindrical-coordinate representation of color #040FAA: hue angle of 236.02º 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 #040FAA is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 15 170 -
CMYK 0.98 0.91 0 0.33
HSL 236.02º 0.95% 0.34% -
HSV(B) 236.02º 0.98% 0.67% -
XYZ 7.48 3.27 38.27 -
YUV 29.38 207.36 109.9 -
System Red Green Blue C M Y K H S L
Decimal 4 15 170 0.98 0.91 0 0.33 236.02 0.95 0.34
Hex 4 F AA 62 5B 0 21 EC 5F 22
Octal 4 17 252 142 133 0 41 354 137 42
Binary 100 1111 10101010 1100010 1011011 0 100001 11101100 1011111 100010

Color Harmonies of #040FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040FAA

Black with #040FAA

Text Example


Text Example

White with #040FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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