Html Css Color HEX #040852 Midnight Blue

📋 copy color: '#040852'

red 4 ◦ green 8 ◦ blue 82

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

Shades of Midnight Blue #040852

Tints of Midnight Blue #040852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 87.23%

R = 4.26%
G = 8.51%
B = 87.23%

CMYK

 C value IS 0.95

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#040852 (or 0x040852) is known color: Midnight Blue. HEX triplet: 04, 08 and 52. RGB value is (4,8,82). Sum of RGB (Red+Green+Blue) = 4+8+82=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 82 (32.42% from 255 or 87.23% from 94); Max value from RGB is 82 - color contains mainly: blue. Hex color #040852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040852 is #FBF7AD. Grayscale: #0E0E0E. Windows color (decimal): -16512942 or 5376004. OLE color: 5376004.

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

Color convert

RGB 4 8 82 -
CMYK 0.95 0.90 0 0.68
HSL 236.92º 0.91% 0.17% -
HSV(B) 236.92º 0.95% 0.32% -
XYZ 1.66 0.81 8.05 -
YUV 15.24 165.67 119.98 -
System Red Green Blue C M Y K H S L
Decimal 4 8 82 0.95 0.90 0 0.68 236.92 0.91 0.17
Hex 4 8 52 5F 5A 0 44 ED 5B 11
Octal 4 10 122 137 132 0 104 355 133 21
Binary 100 1000 1010010 1011111 1011010 0 1000100 11101101 1011011 10001

Color Harmonies of #040852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040852

Black with #040852

Text Example


Text Example

White with #040852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040852; }

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

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

background-color css

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

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

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

border-color css

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

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

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