Html Css Color HEX #061448 Midnight Express

📋 copy color: '#061448'

red 6 ◦ green 20 ◦ blue 72

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

Shades of Midnight Express #061448

Tints of Midnight Express #061448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 73.47%

R = 6.12%
G = 20.41%
B = 73.47%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#061448 (or 0x061448) is known color: Midnight Express. HEX triplet: 06, 14 and 48. RGB value is (6,20,72). Sum of RGB (Red+Green+Blue) = 6+20+72=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 72 (28.52% from 255 or 73.47% from 98); Max value from RGB is 72 - color contains mainly: blue. Hex color #061448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061448 is #F9EBB7. Grayscale: #151515. Windows color (decimal): -16378808 or 4723718. OLE color: 4723718.

HSL color Cylindrical-coordinate representation of color #061448: hue angle of 227.27º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #061448 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 20 72 -
CMYK 0.92 0.72 0 0.72
HSL 227.27º 0.85% 0.15% -
HSV(B) 227.27º 0.92% 0.28% -
XYZ 1.49 1.01 6.25 -
YUV 21.74 156.36 116.77 -
System Red Green Blue C M Y K H S L
Decimal 6 20 72 0.92 0.72 0 0.72 227.27 0.85 0.15
Hex 6 14 48 5C 48 0 48 E3 55 F
Octal 6 24 110 134 110 0 110 343 125 17
Binary 110 10100 1001000 1011100 1001000 0 1001000 11100011 1010101 1111

Color Harmonies of #061448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061448

Black with #061448

Text Example


Text Example

White with #061448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061448; }

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

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

background-color css

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

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

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

border-color css

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

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

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