Html Css Color HEX #040F68 Midnight Blue

📋 copy color: '#040F68'

red 4 ◦ green 15 ◦ blue 104

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

Shades of Midnight Blue #040F68

Tints of Midnight Blue #040F68

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.2%

 BLUE value IS 104 (41.02% from 255) = 84.55%

R = 3.25%
G = 12.2%
B = 84.55%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#040F68 (or 0x040F68) is known color: Midnight Blue. HEX triplet: 04, 0F and 68. RGB value is (4,15,104). Sum of RGB (Red+Green+Blue) = 4+15+104=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 104 (41.02% from 255 or 84.55% from 123); Max value from RGB is 104 - color contains mainly: blue. Hex color #040F68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040F68 is #FBF097. Grayscale: #151515. Windows color (decimal): -16511128 or 6819588. OLE color: 6819588.

HSL color Cylindrical-coordinate representation of color #040F68: hue angle of 233.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040F68 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 15 104 -
CMYK 0.96 0.86 0 0.59
HSL 233.4º 0.93% 0.21% -
HSV(B) 233.4º 0.96% 0.41% -
XYZ 2.72 1.37 13.22 -
YUV 21.86 174.36 115.26 -
System Red Green Blue C M Y K H S L
Decimal 4 15 104 0.96 0.86 0 0.59 233.4 0.93 0.21
Hex 4 F 68 60 56 0 3B E9 5D 15
Octal 4 17 150 140 126 0 73 351 135 25
Binary 100 1111 1101000 1100000 1010110 0 111011 11101001 1011101 10101

Color Harmonies of #040F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040F68

Black with #040F68

Text Example


Text Example

White with #040F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,15,104); }

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

background-color css

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

 a { background-color: rgb(4,15,104); }

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

border-color css

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

 span { border-color: rgb(4,15,104); }

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