Html Css Color HEX #040FAE New Midnight Blue

📋 copy color: '#040FAE'

red 4 ◦ green 15 ◦ blue 174

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

Shades of New Midnight Blue #040FAE

Tints of New Midnight Blue #040FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 90.16%

R = 2.07%
G = 7.77%
B = 90.16%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#040FAE (or 0x040FAE) is known color: New Midnight Blue. HEX triplet: 04, 0F and AE. RGB value is (4,15,174). Sum of RGB (Red+Green+Blue) = 4+15+174=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 174 (68.36% from 255 or 90.16% from 193); Max value from RGB is 174 - color contains mainly: blue. Hex color #040FAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040FAE is #FBF051. Grayscale: #1D1D1D. Windows color (decimal): -16511058 or 11407108. OLE color: 11407108.

HSL color Cylindrical-coordinate representation of color #040FAE: hue angle of 236.12º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040FAE is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 15 174 -
CMYK 0.98 0.91 0 0.32
HSL 236.12º 0.96% 0.35% -
HSV(B) 236.12º 0.98% 0.68% -
XYZ 7.86 3.42 40.29 -
YUV 29.84 209.36 109.57 -
System Red Green Blue C M Y K H S L
Decimal 4 15 174 0.98 0.91 0 0.32 236.12 0.96 0.35
Hex 4 F AE 62 5B 0 20 EC 60 23
Octal 4 17 256 142 133 0 40 354 140 43
Binary 100 1111 10101110 1100010 1011011 0 100000 11101100 1100000 100011

Color Harmonies of #040FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040FAE

Black with #040FAE

Text Example


Text Example

White with #040FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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