Html Css Color HEX #061476 Midnight Blue

📋 copy color: '#061476'

red 6 ◦ green 20 ◦ blue 118

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

Shades of Midnight Blue #061476

Tints of Midnight Blue #061476

RGB

 RED value IS 6 (2.73% from 255) = 4.17%

 GREEN value IS 20 (8.2% from 255) = 13.89%

 BLUE value IS 118 (46.48% from 255) = 81.94%

R = 4.17%
G = 13.89%
B = 81.94%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#061476 (or 0x061476) is known color: Midnight Blue. HEX triplet: 06, 14 and 76. RGB value is (6,20,118). Sum of RGB (Red+Green+Blue) = 6+20+118=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 118 (46.48% from 255 or 81.94% from 144); Max value from RGB is 118 - color contains mainly: blue. Hex color #061476 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061476 is #F9EB89. Grayscale: #1A1A1A. Windows color (decimal): -16378762 or 7738374. OLE color: 7738374.

HSL color Cylindrical-coordinate representation of color #061476: hue angle of 232.5º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061476 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 20 118 -
CMYK 0.95 0.83 0 0.54
HSL 232.5º 0.9% 0.24% -
HSV(B) 232.5º 0.95% 0.46% -
XYZ 3.6 1.85 17.31 -
YUV 26.99 179.36 113.03 -
System Red Green Blue C M Y K H S L
Decimal 6 20 118 0.95 0.83 0 0.54 232.5 0.9 0.24
Hex 6 14 76 5F 53 0 36 E8 5A 18
Octal 6 24 166 137 123 0 66 350 132 30
Binary 110 10100 1110110 1011111 1010011 0 110110 11101000 1011010 11000

Color Harmonies of #061476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061476

Black with #061476

Text Example


Text Example

White with #061476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061476; }

 p { color: rgb(6,20,118); }

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

background-color css

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

 a { background-color: rgb(6,20,118); }

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

border-color css

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

 span { border-color: rgb(6,20,118); }

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