Html Css Color HEX #040C62 Midnight Blue

📋 copy color: '#040C62'

red 4 ◦ green 12 ◦ blue 98

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

Shades of Midnight Blue #040C62

Tints of Midnight Blue #040C62

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.53%

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

R = 3.51%
G = 10.53%
B = 85.96%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#040C62 (or 0x040C62) is known color: Midnight Blue. HEX triplet: 04, 0C and 62. RGB value is (4,12,98). Sum of RGB (Red+Green+Blue) = 4+12+98=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 98 (38.67% from 255 or 85.96% from 114); Max value from RGB is 98 - color contains mainly: blue. Hex color #040C62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040C62 is #FBF39D. Grayscale: #131313. Windows color (decimal): -16511902 or 6425604. OLE color: 6425604.

HSL color Cylindrical-coordinate representation of color #040C62: hue angle of 234.89º 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 #040C62 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 12 98 -
CMYK 0.96 0.88 0 0.62
HSL 234.89º 0.92% 0.2% -
HSV(B) 234.89º 0.96% 0.38% -
XYZ 2.39 1.17 11.66 -
YUV 19.41 172.35 117.01 -
System Red Green Blue C M Y K H S L
Decimal 4 12 98 0.96 0.88 0 0.62 234.89 0.92 0.2
Hex 4 C 62 60 58 0 3E EB 5C 14
Octal 4 14 142 140 130 0 76 353 134 24
Binary 100 1100 1100010 1100000 1011000 0 111110 11101011 1011100 10100

Color Harmonies of #040C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040C62

Black with #040C62

Text Example


Text Example

White with #040C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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