Html Css Color HEX #06112D Midnight Express

📋 copy color: '#06112D'

red 6 ◦ green 17 ◦ blue 45

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

Shades of Midnight Express #06112D

Tints of Midnight Express #06112D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 66.18%

R = 8.82%
G = 25%
B = 66.18%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#06112D (or 0x06112D) is known color: Midnight Express. HEX triplet: 06, 11 and 2D. RGB value is (6,17,45). Sum of RGB (Red+Green+Blue) = 6+17+45=68 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.82% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 45 (17.97% from 255 or 66.18% from 68); Max value from RGB is 45 - color contains mainly: blue. Hex color #06112D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06112D is #F9EED2. Grayscale: #101010. Windows color (decimal): -16379603 or 2953478. OLE color: 2953478.

HSL color Cylindrical-coordinate representation of color #06112D: hue angle of 223.08º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #06112D is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 6 17 45 -
CMYK 0.87 0.62 0 0.82
HSL 223.08º 0.76% 0.1% -
HSV(B) 223.08º 0.87% 0.18% -
XYZ 0.75 0.63 2.56 -
YUV 16.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 6 17 45 0.87 0.62 0 0.82 223.08 0.76 0.1
Hex 6 11 2D 57 3E 0 52 DF 4C A
Octal 6 21 55 127 76 0 122 337 114 12
Binary 110 10001 101101 1010111 111110 0 1010010 11011111 1001100 1010

Color Harmonies of #06112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06112D

Black with #06112D

Text Example


Text Example

White with #06112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06112D; }

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

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

background-color css

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

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

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

border-color css

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

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

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