Html Css Color HEX #061376 Midnight Blue

📋 copy color: '#061376'

red 6 ◦ green 19 ◦ blue 118

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

Shades of Midnight Blue #061376

Tints of Midnight Blue #061376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.29%

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

R = 4.2%
G = 13.29%
B = 82.52%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#061376 (or 0x061376) is known color: Midnight Blue. HEX triplet: 06, 13 and 76. RGB value is (6,19,118). Sum of RGB (Red+Green+Blue) = 6+19+118=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 118 (46.48% from 255 or 82.52% from 143); Max value from RGB is 118 - color contains mainly: blue. Hex color #061376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061376 is #F9EC89. Grayscale: #191919. Windows color (decimal): -16379018 or 7738118. OLE color: 7738118.

HSL color Cylindrical-coordinate representation of color #061376: hue angle of 233.04º 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 #061376 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 19 118 -
CMYK 0.95 0.84 0 0.54
HSL 233.04º 0.9% 0.24% -
HSV(B) 233.04º 0.95% 0.46% -
XYZ 3.58 1.81 17.3 -
YUV 26.4 179.69 113.45 -
System Red Green Blue C M Y K H S L
Decimal 6 19 118 0.95 0.84 0 0.54 233.04 0.9 0.24
Hex 6 13 76 5F 54 0 36 E9 5A 18
Octal 6 23 166 137 124 0 66 351 132 30
Binary 110 10011 1110110 1011111 1010100 0 110110 11101001 1011010 11000

Color Harmonies of #061376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061376

Black with #061376

Text Example


Text Example

White with #061376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061376; }

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

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

background-color css

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

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

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

border-color css

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

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

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