Html Css Color HEX #061145 Midnight Express

📋 copy color: '#061145'

red 6 ◦ green 17 ◦ blue 69

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

Shades of Midnight Express #061145

Tints of Midnight Express #061145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.48%

 BLUE value IS 69 (27.34% from 255) = 75%

R = 6.52%
G = 18.48%
B = 75%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#061145 (or 0x061145) is known color: Midnight Express. HEX triplet: 06, 11 and 45. RGB value is (6,17,69). Sum of RGB (Red+Green+Blue) = 6+17+69=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 69 (27.34% from 255 or 75% from 92); Max value from RGB is 69 - color contains mainly: blue. Hex color #061145 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061145 is #F9EEBA. Grayscale: #131313. Windows color (decimal): -16379579 or 4526342. OLE color: 4526342.

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

Color convert

RGB 6 17 69 -
CMYK 0.91 0.75 0 0.73
HSL 229.52º 0.84% 0.15% -
HSV(B) 229.52º 0.91% 0.27% -
XYZ 1.35 0.87 5.73 -
YUV 19.64 155.86 118.27 -
System Red Green Blue C M Y K H S L
Decimal 6 17 69 0.91 0.75 0 0.73 229.52 0.84 0.15
Hex 6 11 45 5B 4B 0 49 E6 54 F
Octal 6 21 105 133 113 0 111 346 124 17
Binary 110 10001 1000101 1011011 1001011 0 1001001 11100110 1010100 1111

Color Harmonies of #061145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061145

Black with #061145

Text Example


Text Example

White with #061145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061145; }

 p { color: rgb(6,17,69); }

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

background-color css

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

 a { background-color: rgb(6,17,69); }

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

border-color css

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

 span { border-color: rgb(6,17,69); }

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