Html Css Color HEX #061570 Midnight Blue

📋 copy color: '#061570'

red 6 ◦ green 21 ◦ blue 112

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

Shades of Midnight Blue #061570

Tints of Midnight Blue #061570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.11%

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

R = 4.32%
G = 15.11%
B = 80.58%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#061570 (or 0x061570) is known color: Midnight Blue. HEX triplet: 06, 15 and 70. RGB value is (6,21,112). Sum of RGB (Red+Green+Blue) = 6+21+112=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 112 (44.14% from 255 or 80.58% from 139); Max value from RGB is 112 - color contains mainly: blue. Hex color #061570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061570 is #F9EA8F. Grayscale: #1A1A1A. Windows color (decimal): -16378512 or 7345414. OLE color: 7345414.

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

Color convert

RGB 6 21 112 -
CMYK 0.95 0.81 0 0.56
HSL 231.51º 0.9% 0.23% -
HSV(B) 231.51º 0.95% 0.44% -
XYZ 3.27 1.74 15.49 -
YUV 26.89 176.03 113.1 -
System Red Green Blue C M Y K H S L
Decimal 6 21 112 0.95 0.81 0 0.56 231.51 0.9 0.23
Hex 6 15 70 5F 51 0 38 E8 5A 17
Octal 6 25 160 137 121 0 70 350 132 27
Binary 110 10101 1110000 1011111 1010001 0 111000 11101000 1011010 10111

Color Harmonies of #061570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061570

Black with #061570

Text Example


Text Example

White with #061570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061570; }

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

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

background-color css

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

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

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

border-color css

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

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

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