Html Css Color HEX #061D46 Midnight Express

📋 copy color: '#061D46'

red 6 ◦ green 29 ◦ blue 70

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

Shades of Midnight Express #061D46

Tints of Midnight Express #061D46

RGB

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

 GREEN value IS 29 (11.72% from 255) = 27.62%

 BLUE value IS 70 (27.73% from 255) = 66.67%

R = 5.71%
G = 27.62%
B = 66.67%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#061D46 (or 0x061D46) is known color: Midnight Express. HEX triplet: 06, 1D and 46. RGB value is (6,29,70). Sum of RGB (Red+Green+Blue) = 6+29+70=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 70 (27.73% from 255 or 66.67% from 105); Max value from RGB is 70 - color contains mainly: blue. Hex color #061D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D46 is #F9E2B9. Grayscale: #1A1A1A. Windows color (decimal): -16376506 or 4594950. OLE color: 4594950.

HSL color Cylindrical-coordinate representation of color #061D46: hue angle of 218.44º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #061D46 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 29 70 -
CMYK 0.91 0.59 0 0.73
HSL 218.44º 0.84% 0.15% -
HSV(B) 218.44º 0.91% 0.27% -
XYZ 1.62 1.36 5.97 -
YUV 26.8 152.38 113.17 -
System Red Green Blue C M Y K H S L
Decimal 6 29 70 0.91 0.59 0 0.73 218.44 0.84 0.15
Hex 6 1D 46 5B 3B 0 49 DA 54 F
Octal 6 35 106 133 73 0 111 332 124 17
Binary 110 11101 1000110 1011011 111011 0 1001001 11011010 1010100 1111

Color Harmonies of #061D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061D46

Black with #061D46

Text Example


Text Example

White with #061D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061D46; }

 p { color: rgb(6,29,70); }

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

background-color css

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

 a { background-color: rgb(6,29,70); }

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

border-color css

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

 span { border-color: rgb(6,29,70); }

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