Html Css Color HEX #040A99 New Midnight Blue

📋 copy color: '#040A99'

red 4 ◦ green 10 ◦ blue 153

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

Shades of New Midnight Blue #040A99

Tints of New Midnight Blue #040A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 91.62%

R = 2.4%
G = 5.99%
B = 91.62%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#040A99 (or 0x040A99) is known color: New Midnight Blue. HEX triplet: 04, 0A and 99. RGB value is (4,10,153). Sum of RGB (Red+Green+Blue) = 4+10+153=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 153 (60.16% from 255 or 91.62% from 167); Max value from RGB is 153 - color contains mainly: blue. Hex color #040A99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040A99 is #FBF566. Grayscale: #171717. Windows color (decimal): -16512359 or 10029572. OLE color: 10029572.

HSL color Cylindrical-coordinate representation of color #040A99: hue angle of 237.58º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040A99 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 4 10 153 -
CMYK 0.97 0.93 0 0.4
HSL 237.58º 0.95% 0.31% -
HSV(B) 237.58º 0.97% 0.6% -
XYZ 5.91 2.54 30.32 -
YUV 24.51 200.51 113.37 -
System Red Green Blue C M Y K H S L
Decimal 4 10 153 0.97 0.93 0 0.4 237.58 0.95 0.31
Hex 4 A 99 61 5D 0 28 EE 5F 1F
Octal 4 12 231 141 135 0 50 356 137 37
Binary 100 1010 10011001 1100001 1011101 0 101000 11101110 1011111 11111

Color Harmonies of #040A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040A99

Black with #040A99

Text Example


Text Example

White with #040A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,10,153); }

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

background-color css

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

 a { background-color: rgb(4,10,153); }

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

border-color css

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

 span { border-color: rgb(4,10,153); }

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