Html Css Color HEX #040C65 Midnight Blue

📋 copy color: '#040C65'

red 4 ◦ green 12 ◦ blue 101

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

Shades of Midnight Blue #040C65

Tints of Midnight Blue #040C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 86.32%

R = 3.42%
G = 10.26%
B = 86.32%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#040C65 (or 0x040C65) is known color: Midnight Blue. HEX triplet: 04, 0C and 65. RGB value is (4,12,101). Sum of RGB (Red+Green+Blue) = 4+12+101=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 101 (39.84% from 255 or 86.32% from 117); Max value from RGB is 101 - color contains mainly: blue. Hex color #040C65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040C65 is #FBF39A. Grayscale: #131313. Windows color (decimal): -16511899 or 6622212. OLE color: 6622212.

HSL color Cylindrical-coordinate representation of color #040C65: hue angle of 235.05º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040C65 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 4 12 101 -
CMYK 0.96 0.88 0 0.60
HSL 235.05º 0.92% 0.21% -
HSV(B) 235.05º 0.96% 0.4% -
XYZ 2.53 1.23 12.42 -
YUV 19.75 173.85 116.76 -
System Red Green Blue C M Y K H S L
Decimal 4 12 101 0.96 0.88 0 0.60 235.05 0.92 0.21
Hex 4 C 65 60 58 0 3C EB 5C 15
Octal 4 14 145 140 130 0 74 353 134 25
Binary 100 1100 1100101 1100000 1011000 0 111100 11101011 1011100 10101

Color Harmonies of #040C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040C65

Black with #040C65

Text Example


Text Example

White with #040C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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