Html Css Color HEX #040F69 Midnight Blue

📋 copy color: '#040F69'

red 4 ◦ green 15 ◦ blue 105

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

Shades of Midnight Blue #040F69

Tints of Midnight Blue #040F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 84.68%

R = 3.23%
G = 12.1%
B = 84.68%

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

#040F69 (or 0x040F69) is known color: Midnight Blue. HEX triplet: 04, 0F and 69. RGB value is (4,15,105). Sum of RGB (Red+Green+Blue) = 4+15+105=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 105 (41.41% from 255 or 84.68% from 124); Max value from RGB is 105 - color contains mainly: blue. Hex color #040F69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040F69 is #FBF096. Grayscale: #151515. Windows color (decimal): -16511127 or 6885124. OLE color: 6885124.

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

Color convert

RGB 4 15 105 -
CMYK 0.96 0.86 0 0.59
HSL 233.47º 0.93% 0.21% -
HSV(B) 233.47º 0.96% 0.41% -
XYZ 2.77 1.39 13.49 -
YUV 21.97 174.86 115.18 -
System Red Green Blue C M Y K H S L
Decimal 4 15 105 0.96 0.86 0 0.59 233.47 0.93 0.21
Hex 4 F 69 60 56 0 3B E9 5D 15
Octal 4 17 151 140 126 0 73 351 135 25
Binary 100 1111 1101001 1100000 1010110 0 111011 11101001 1011101 10101

Color Harmonies of #040F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040F69

Black with #040F69

Text Example


Text Example

White with #040F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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