Html Css Color HEX #040962 Midnight Blue

📋 copy color: '#040962'

red 4 ◦ green 9 ◦ blue 98

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

Shades of Midnight Blue #040962

Tints of Midnight Blue #040962

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.11%

 BLUE value IS 98 (38.67% from 255) = 88.29%

R = 3.6%
G = 8.11%
B = 88.29%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#040962 (or 0x040962) is known color: Midnight Blue. HEX triplet: 04, 09 and 62. RGB value is (4,9,98). Sum of RGB (Red+Green+Blue) = 4+9+98=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 98 (38.67% from 255 or 88.29% from 111); Max value from RGB is 98 - color contains mainly: blue. Hex color #040962 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040962 is #FBF69D. Grayscale: #111111. Windows color (decimal): -16512670 or 6424836. OLE color: 6424836.

HSL color Cylindrical-coordinate representation of color #040962: hue angle of 236.81º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040962 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 9 98 -
CMYK 0.96 0.91 0 0.62
HSL 236.81º 0.92% 0.2% -
HSV(B) 236.81º 0.96% 0.38% -
XYZ 2.35 1.1 11.64 -
YUV 17.65 173.34 118.26 -
System Red Green Blue C M Y K H S L
Decimal 4 9 98 0.96 0.91 0 0.62 236.81 0.92 0.2
Hex 4 9 62 60 5B 0 3E ED 5C 14
Octal 4 11 142 140 133 0 76 355 134 24
Binary 100 1001 1100010 1100000 1011011 0 111110 11101101 1011100 10100

Color Harmonies of #040962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040962

Black with #040962

Text Example


Text Example

White with #040962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040962; }

 p { color: rgb(4,9,98); }

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

background-color css

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

 a { background-color: rgb(4,9,98); }

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

border-color css

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

 span { border-color: rgb(4,9,98); }

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