Html Css Color HEX #040A58 Midnight Blue

📋 copy color: '#040A58'

red 4 ◦ green 10 ◦ blue 88

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

Shades of Midnight Blue #040A58

Tints of Midnight Blue #040A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 86.27%

R = 3.92%
G = 9.8%
B = 86.27%

CMYK

 C value IS 0.95

 M value IS 0.89

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#040A58 (or 0x040A58) is known color: Midnight Blue. HEX triplet: 04, 0A and 58. RGB value is (4,10,88). Sum of RGB (Red+Green+Blue) = 4+10+88=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 88 (34.77% from 255 or 86.27% from 102); Max value from RGB is 88 - color contains mainly: blue. Hex color #040A58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040A58 is #FBF5A7. Grayscale: #101010. Windows color (decimal): -16512424 or 5769732. OLE color: 5769732.

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

Color convert

RGB 4 10 88 -
CMYK 0.95 0.89 0 0.65
HSL 235.71º 0.91% 0.18% -
HSV(B) 235.71º 0.95% 0.35% -
XYZ 1.92 0.95 9.31 -
YUV 17.1 168.01 118.66 -
System Red Green Blue C M Y K H S L
Decimal 4 10 88 0.95 0.89 0 0.65 235.71 0.91 0.18
Hex 4 A 58 5F 59 0 41 EC 5B 12
Octal 4 12 130 137 131 0 101 354 133 22
Binary 100 1010 1011000 1011111 1011001 0 1000001 11101100 1011011 10010

Color Harmonies of #040A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040A58

Black with #040A58

Text Example


Text Example

White with #040A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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