Html Css Color HEX #04065D Midnight Blue

📋 copy color: '#04065D'

red 4 ◦ green 6 ◦ blue 93

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

Shades of Midnight Blue #04065D

Tints of Midnight Blue #04065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.83%

 BLUE value IS 93 (36.72% from 255) = 90.29%

R = 3.88%
G = 5.83%
B = 90.29%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04065D (or 0x04065D) is known color: Midnight Blue. HEX triplet: 04, 06 and 5D. RGB value is (4,6,93). Sum of RGB (Red+Green+Blue) = 4+6+93=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 93 (36.72% from 255 or 90.29% from 103); Max value from RGB is 93 - color contains mainly: blue. Hex color #04065D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04065D is #FBF9A2. Grayscale: #0E0E0E. Windows color (decimal): -16513443 or 6096388. OLE color: 6096388.

HSL color Cylindrical-coordinate representation of color #04065D: hue angle of 238.65º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04065D is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 6 93 -
CMYK 0.96 0.94 0 0.64
HSL 238.65º 0.92% 0.19% -
HSV(B) 238.65º 0.96% 0.36% -
XYZ 2.09 0.95 10.43 -
YUV 15.32 171.84 119.93 -
System Red Green Blue C M Y K H S L
Decimal 4 6 93 0.96 0.94 0 0.64 238.65 0.92 0.19
Hex 4 6 5D 60 5E 0 40 EF 5C 13
Octal 4 6 135 140 136 0 100 357 134 23
Binary 100 110 1011101 1100000 1011110 0 1000000 11101111 1011100 10011

Color Harmonies of #04065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04065D

Black with #04065D

Text Example


Text Example

White with #04065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04065D; }

 p { color: rgb(4,6,93); }

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

background-color css

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

 a { background-color: rgb(4,6,93); }

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

border-color css

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

 span { border-color: rgb(4,6,93); }

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