Html Css Color HEX #040A5A Midnight Blue

📋 copy color: '#040A5A'

red 4 ◦ green 10 ◦ blue 90

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

Shades of Midnight Blue #040A5A

Tints of Midnight Blue #040A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 86.54%

R = 3.85%
G = 9.62%
B = 86.54%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#040A5A (or 0x040A5A) is known color: Midnight Blue. HEX triplet: 04, 0A and 5A. RGB value is (4,10,90). Sum of RGB (Red+Green+Blue) = 4+10+90=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 10 (4.30% from 255 or 9.62% from 104); Blue value is 90 (35.55% from 255 or 86.54% from 104); Max value from RGB is 90 - color contains mainly: blue. Hex color #040A5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040A5A is #FBF5A5. Grayscale: #111111. Windows color (decimal): -16512422 or 5900804. OLE color: 5900804.

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

Color convert

RGB 4 10 90 -
CMYK 0.96 0.89 0 0.65
HSL 235.81º 0.91% 0.18% -
HSV(B) 235.81º 0.96% 0.35% -
XYZ 2 0.98 9.76 -
YUV 17.33 169.01 118.5 -
System Red Green Blue C M Y K H S L
Decimal 4 10 90 0.96 0.89 0 0.65 235.81 0.91 0.18
Hex 4 A 5A 60 59 0 41 EC 5B 12
Octal 4 12 132 140 131 0 101 354 133 22
Binary 100 1010 1011010 1100000 1011001 0 1000001 11101100 1011011 10010

Color Harmonies of #040A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040A5A

Black with #040A5A

Text Example


Text Example

White with #040A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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