Html Css Color HEX #061444 Midnight Express

📋 copy color: '#061444'

red 6 ◦ green 20 ◦ blue 68

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

Shades of Midnight Express #061444

Tints of Midnight Express #061444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 72.34%

R = 6.38%
G = 21.28%
B = 72.34%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#061444 (or 0x061444) is known color: Midnight Express. HEX triplet: 06, 14 and 44. RGB value is (6,20,68). Sum of RGB (Red+Green+Blue) = 6+20+68=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 68 (26.95% from 255 or 72.34% from 94); Max value from RGB is 68 - color contains mainly: blue. Hex color #061444 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061444 is #F9EBBB. Grayscale: #151515. Windows color (decimal): -16378812 or 4461574. OLE color: 4461574.

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

Color convert

RGB 6 20 68 -
CMYK 0.91 0.71 0 0.73
HSL 226.45º 0.84% 0.15% -
HSV(B) 226.45º 0.91% 0.27% -
XYZ 1.37 0.96 5.58 -
YUV 21.29 154.36 117.1 -
System Red Green Blue C M Y K H S L
Decimal 6 20 68 0.91 0.71 0 0.73 226.45 0.84 0.15
Hex 6 14 44 5B 47 0 49 E2 54 F
Octal 6 24 104 133 107 0 111 342 124 17
Binary 110 10100 1000100 1011011 1000111 0 1001001 11100010 1010100 1111

Color Harmonies of #061444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061444

Black with #061444

Text Example


Text Example

White with #061444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061444; }

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

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

background-color css

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

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

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

border-color css

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

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

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