Html Css Color HEX #040A57 Midnight Blue

📋 copy color: '#040A57'

red 4 ◦ green 10 ◦ blue 87

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

Shades of Midnight Blue #040A57

Tints of Midnight Blue #040A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 86.14%

R = 3.96%
G = 9.9%
B = 86.14%

CMYK

 C value IS 0.95

 M value IS 0.89

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#040A57 (or 0x040A57) is known color: Midnight Blue. HEX triplet: 04, 0A and 57. RGB value is (4,10,87). Sum of RGB (Red+Green+Blue) = 4+10+87=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 10 (4.30% from 255 or 9.90% from 101); Blue value is 87 (34.38% from 255 or 86.14% from 101); Max value from RGB is 87 - color contains mainly: blue. Hex color #040A57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040A57 is #FBF5A8. Grayscale: #101010. Windows color (decimal): -16512425 or 5704196. OLE color: 5704196.

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

Color convert

RGB 4 10 87 -
CMYK 0.95 0.89 0 0.66
HSL 235.66º 0.91% 0.18% -
HSV(B) 235.66º 0.95% 0.34% -
XYZ 1.88 0.93 9.1 -
YUV 16.98 167.51 118.74 -
System Red Green Blue C M Y K H S L
Decimal 4 10 87 0.95 0.89 0 0.66 235.66 0.91 0.18
Hex 4 A 57 5F 59 0 42 EC 5B 12
Octal 4 12 127 137 131 0 102 354 133 22
Binary 100 1010 1010111 1011111 1011001 0 1000010 11101100 1011011 10010

Color Harmonies of #040A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040A57

Black with #040A57

Text Example


Text Example

White with #040A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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