Html Css Color HEX #040053 Midnight Blue

📋 copy color: '#040053'

red 4 ◦ green 0 ◦ blue 83

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

Shades of Midnight Blue #040053

Tints of Midnight Blue #040053

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 83 (32.81% from 255) = 95.4%

R = 4.6%
G = 0%
B = 95.4%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#040053 (or 0x040053) is known color: Midnight Blue. HEX triplet: 04, 00 and 53. RGB value is (4,0,83). Sum of RGB (Red+Green+Blue) = 4+0+83=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 83 (32.81% from 255 or 95.40% from 87); Max value from RGB is 83 - color contains mainly: blue. Hex color #040053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040053 is #FBFFAC. Grayscale: #0A0A0A. Windows color (decimal): -16514989 or 5439492. OLE color: 5439492.

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

Color convert

RGB 4 0 83 -
CMYK 0.95 1 0 0.67
HSL 242.89º 1% 0.16% -
HSV(B) 242.89º 1% 0.33% -
XYZ 1.61 0.65 8.22 -
YUV 10.66 168.83 123.25 -
System Red Green Blue C M Y K H S L
Decimal 4 0 83 0.95 1 0 0.67 242.89 1 0.16
Hex 4 0 53 5F 64 0 43 F3 64 10
Octal 4 0 123 137 144 0 103 363 144 20
Binary 100 0 1010011 1011111 1100100 0 1000011 11110011 1100100 10000

Color Harmonies of #040053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040053

Black with #040053

Text Example


Text Example

White with #040053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040053; }

 p { color: rgb(4,0,83); }

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

background-color css

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

 a { background-color: rgb(4,0,83); }

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

border-color css

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

 span { border-color: rgb(4,0,83); }

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