Html Css Color HEX #04065C Midnight Blue

📋 copy color: '#04065C'

red 4 ◦ green 6 ◦ blue 92

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

Shades of Midnight Blue #04065C

Tints of Midnight Blue #04065C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 90.2%

R = 3.92%
G = 5.88%
B = 90.2%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04065C (or 0x04065C) is known color: Midnight Blue. HEX triplet: 04, 06 and 5C. RGB value is (4,6,92). Sum of RGB (Red+Green+Blue) = 4+6+92=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 6 (2.73% from 255 or 5.88% from 102); Blue value is 92 (36.33% from 255 or 90.20% from 102); Max value from RGB is 92 - color contains mainly: blue. Hex color #04065C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04065C is #FBF9A3. Grayscale: #0E0E0E. Windows color (decimal): -16513444 or 6030852. OLE color: 6030852.

HSL color Cylindrical-coordinate representation of color #04065C: hue angle of 238.64º 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 #04065C is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 6 92 -
CMYK 0.96 0.93 0 0.64
HSL 238.64º 0.92% 0.19% -
HSV(B) 238.64º 0.96% 0.36% -
XYZ 2.05 0.93 10.2 -
YUV 15.21 171.34 120.01 -
System Red Green Blue C M Y K H S L
Decimal 4 6 92 0.96 0.93 0 0.64 238.64 0.92 0.19
Hex 4 6 5C 60 5D 0 40 EF 5C 13
Octal 4 6 134 140 135 0 100 357 134 23
Binary 100 110 1011100 1100000 1011101 0 1000000 11101111 1011100 10011

Color Harmonies of #04065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04065C

Black with #04065C

Text Example


Text Example

White with #04065C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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