Html Css Color HEX #061370 Midnight Blue

📋 copy color: '#061370'

red 6 ◦ green 19 ◦ blue 112

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

Shades of Midnight Blue #061370

Tints of Midnight Blue #061370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 81.75%

R = 4.38%
G = 13.87%
B = 81.75%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#061370 (or 0x061370) is known color: Midnight Blue. HEX triplet: 06, 13 and 70. RGB value is (6,19,112). Sum of RGB (Red+Green+Blue) = 6+19+112=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 112 (44.14% from 255 or 81.75% from 137); Max value from RGB is 112 - color contains mainly: blue. Hex color #061370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061370 is #F9EC8F. Grayscale: #191919. Windows color (decimal): -16379024 or 7344902. OLE color: 7344902.

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

Color convert

RGB 6 19 112 -
CMYK 0.95 0.83 0 0.56
HSL 232.64º 0.9% 0.23% -
HSV(B) 232.64º 0.95% 0.44% -
XYZ 3.23 1.67 15.48 -
YUV 25.72 176.69 113.94 -
System Red Green Blue C M Y K H S L
Decimal 6 19 112 0.95 0.83 0 0.56 232.64 0.9 0.23
Hex 6 13 70 5F 53 0 38 E9 5A 17
Octal 6 23 160 137 123 0 70 351 132 27
Binary 110 10011 1110000 1011111 1010011 0 111000 11101001 1011010 10111

Color Harmonies of #061370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061370

Black with #061370

Text Example


Text Example

White with #061370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061370; }

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

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

background-color css

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

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

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

border-color css

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

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

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