Html Css Color HEX #04065F Midnight Blue

📋 copy color: '#04065F'

red 4 ◦ green 6 ◦ blue 95

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

Shades of Midnight Blue #04065F

Tints of Midnight Blue #04065F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 90.48%

R = 3.81%
G = 5.71%
B = 90.48%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#04065F (or 0x04065F) is known color: Midnight Blue. HEX triplet: 04, 06 and 5F. RGB value is (4,6,95). Sum of RGB (Red+Green+Blue) = 4+6+95=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 95 (37.5% from 255 or 90.48% from 105); Max value from RGB is 95 - color contains mainly: blue. Hex color #04065F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04065F is #FBF9A0. Grayscale: #0F0F0F. Windows color (decimal): -16513441 or 6227460. OLE color: 6227460.

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

Color convert

RGB 4 6 95 -
CMYK 0.96 0.94 0 0.63
HSL 238.68º 0.92% 0.19% -
HSV(B) 238.68º 0.96% 0.37% -
XYZ 2.18 0.98 10.9 -
YUV 15.55 172.84 119.76 -
System Red Green Blue C M Y K H S L
Decimal 4 6 95 0.96 0.94 0 0.63 238.68 0.92 0.19
Hex 4 6 5F 60 5E 0 3F EF 5C 13
Octal 4 6 137 140 136 0 77 357 134 23
Binary 100 110 1011111 1100000 1011110 0 111111 11101111 1011100 10011

Color Harmonies of #04065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04065F

Black with #04065F

Text Example


Text Example

White with #04065F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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