Html Css Color HEX #040850 Midnight Blue

📋 copy color: '#040850'

red 4 ◦ green 8 ◦ blue 80

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

Shades of Midnight Blue #040850

Tints of Midnight Blue #040850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.7%

 BLUE value IS 80 (31.64% from 255) = 86.96%

R = 4.35%
G = 8.7%
B = 86.96%

CMYK

 C value IS 0.95

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#040850 (or 0x040850) is known color: Midnight Blue. HEX triplet: 04, 08 and 50. RGB value is (4,8,80). Sum of RGB (Red+Green+Blue) = 4+8+80=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 80 (31.64% from 255 or 86.96% from 92); Max value from RGB is 80 - color contains mainly: blue. Hex color #040850 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040850 is #FBF7AF. Grayscale: #0E0E0E. Windows color (decimal): -16512944 or 5244932. OLE color: 5244932.

HSL color Cylindrical-coordinate representation of color #040850: hue angle of 236.84º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040850 is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 8 80 -
CMYK 0.95 0.90 0 0.69
HSL 236.84º 0.9% 0.16% -
HSV(B) 236.84º 0.95% 0.31% -
XYZ 1.58 0.78 7.66 -
YUV 15.01 164.67 120.15 -
System Red Green Blue C M Y K H S L
Decimal 4 8 80 0.95 0.90 0 0.69 236.84 0.9 0.16
Hex 4 8 50 5F 5A 0 45 ED 5A 10
Octal 4 10 120 137 132 0 105 355 132 20
Binary 100 1000 1010000 1011111 1011010 0 1000101 11101101 1011010 10000

Color Harmonies of #040850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040850

Black with #040850

Text Example


Text Example

White with #040850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040850; }

 p { color: rgb(4,8,80); }

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

background-color css

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

 a { background-color: rgb(4,8,80); }

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

border-color css

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

 span { border-color: rgb(4,8,80); }

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