Html Css Color HEX #061470 Midnight Blue

📋 copy color: '#061470'

red 6 ◦ green 20 ◦ blue 112

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

Shades of Midnight Blue #061470

Tints of Midnight Blue #061470

RGB

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

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

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

R = 4.35%
G = 14.49%
B = 81.16%

CMYK

 C value IS 0.95

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#061470 (or 0x061470) is known color: Midnight Blue. HEX triplet: 06, 14 and 70. RGB value is (6,20,112). Sum of RGB (Red+Green+Blue) = 6+20+112=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 112 (44.14% from 255 or 81.16% from 138); Max value from RGB is 112 - color contains mainly: blue. Hex color #061470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061470 is #F9EB8F. Grayscale: #191919. Windows color (decimal): -16378768 or 7345158. OLE color: 7345158.

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

Color convert

RGB 6 20 112 -
CMYK 0.95 0.82 0 0.56
HSL 232.08º 0.9% 0.23% -
HSV(B) 232.08º 0.95% 0.44% -
XYZ 3.25 1.71 15.49 -
YUV 26.3 176.36 113.52 -
System Red Green Blue C M Y K H S L
Decimal 6 20 112 0.95 0.82 0 0.56 232.08 0.9 0.23
Hex 6 14 70 5F 52 0 38 E8 5A 17
Octal 6 24 160 137 122 0 70 350 132 27
Binary 110 10100 1110000 1011111 1010010 0 111000 11101000 1011010 10111

Color Harmonies of #061470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061470

Black with #061470

Text Example


Text Example

White with #061470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061470; }

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

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

background-color css

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

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

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

border-color css

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

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

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