Html Css Color HEX #040855 Midnight Blue

📋 copy color: '#040855'

red 4 ◦ green 8 ◦ blue 85

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

Shades of Midnight Blue #040855

Tints of Midnight Blue #040855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 87.63%

R = 4.12%
G = 8.25%
B = 87.63%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#040855 (or 0x040855) is known color: Midnight Blue. HEX triplet: 04, 08 and 55. RGB value is (4,8,85). Sum of RGB (Red+Green+Blue) = 4+8+85=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 85 (33.59% from 255 or 87.63% from 97); Max value from RGB is 85 - color contains mainly: blue. Hex color #040855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040855 is #FBF7AA. Grayscale: #0F0F0F. Windows color (decimal): -16512939 or 5572612. OLE color: 5572612.

HSL color Cylindrical-coordinate representation of color #040855: hue angle of 237.04º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040855 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 8 85 -
CMYK 0.95 0.91 0 0.67
HSL 237.04º 0.91% 0.17% -
HSV(B) 237.04º 0.95% 0.33% -
XYZ 1.78 0.86 8.67 -
YUV 15.58 167.17 119.74 -
System Red Green Blue C M Y K H S L
Decimal 4 8 85 0.95 0.91 0 0.67 237.04 0.91 0.17
Hex 4 8 55 5F 5B 0 43 ED 5B 11
Octal 4 10 125 137 133 0 103 355 133 21
Binary 100 1000 1010101 1011111 1011011 0 1000011 11101101 1011011 10001

Color Harmonies of #040855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040855

Black with #040855

Text Example


Text Example

White with #040855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040855; }

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

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

background-color css

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

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

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

border-color css

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

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

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