Html Css Color HEX #061246 Midnight Express

📋 copy color: '#061246'

red 6 ◦ green 18 ◦ blue 70

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

Shades of Midnight Express #061246

Tints of Midnight Express #061246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.15%

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

R = 6.38%
G = 19.15%
B = 74.47%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#061246 (or 0x061246) is known color: Midnight Express. HEX triplet: 06, 12 and 46. RGB value is (6,18,70). Sum of RGB (Red+Green+Blue) = 6+18+70=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 70 (27.73% from 255 or 74.47% from 94); Max value from RGB is 70 - color contains mainly: blue. Hex color #061246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061246 is #F9EDB9. Grayscale: #141414. Windows color (decimal): -16379322 or 4592134. OLE color: 4592134.

HSL color Cylindrical-coordinate representation of color #061246: hue angle of 228.75º 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 #061246 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 18 70 -
CMYK 0.91 0.74 0 0.73
HSL 228.75º 0.84% 0.15% -
HSV(B) 228.75º 0.91% 0.27% -
XYZ 1.4 0.91 5.9 -
YUV 20.34 156.02 117.77 -
System Red Green Blue C M Y K H S L
Decimal 6 18 70 0.91 0.74 0 0.73 228.75 0.84 0.15
Hex 6 12 46 5B 4A 0 49 E5 54 F
Octal 6 22 106 133 112 0 111 345 124 17
Binary 110 10010 1000110 1011011 1001010 0 1001001 11100101 1010100 1111

Color Harmonies of #061246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061246

Black with #061246

Text Example


Text Example

White with #061246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061246; }

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

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

background-color css

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

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

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

border-color css

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

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

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