Html Css Color HEX #06122C Midnight Express

📋 copy color: '#06122C'

red 6 ◦ green 18 ◦ blue 44

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

Shades of Midnight Express #06122C

Tints of Midnight Express #06122C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 64.71%

R = 8.82%
G = 26.47%
B = 64.71%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#06122C (or 0x06122C) is known color: Midnight Express. HEX triplet: 06, 12 and 2C. RGB value is (6,18,44). Sum of RGB (Red+Green+Blue) = 6+18+44=68 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.82% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 44 (17.58% from 255 or 64.71% from 68); Max value from RGB is 44 - color contains mainly: blue. Hex color #06122C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06122C is #F9EDD3. Grayscale: #111111. Windows color (decimal): -16379348 or 2888198. OLE color: 2888198.

HSL color Cylindrical-coordinate representation of color #06122C: hue angle of 221.05º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06122C is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 6 18 44 -
CMYK 0.86 0.59 0 0.83
HSL 221.05º 0.76% 0.1% -
HSV(B) 221.05º 0.86% 0.17% -
XYZ 0.75 0.65 2.47 -
YUV 17.38 143.02 119.89 -
System Red Green Blue C M Y K H S L
Decimal 6 18 44 0.86 0.59 0 0.83 221.05 0.76 0.1
Hex 6 12 2C 56 3B 0 53 DD 4C A
Octal 6 22 54 126 73 0 123 335 114 12
Binary 110 10010 101100 1010110 111011 0 1010011 11011101 1001100 1010

Color Harmonies of #06122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06122C

Black with #06122C

Text Example


Text Example

White with #06122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06122C; }

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

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

background-color css

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

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

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

border-color css

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

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

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