Html Css Color HEX #06122B Midnight Express

📋 copy color: '#06122B'

red 6 ◦ green 18 ◦ blue 43

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

Shades of Midnight Express #06122B

Tints of Midnight Express #06122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 64.18%

R = 8.96%
G = 26.87%
B = 64.18%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#06122B (or 0x06122B) is known color: Midnight Express. HEX triplet: 06, 12 and 2B. RGB value is (6,18,43). Sum of RGB (Red+Green+Blue) = 6+18+43=67 (8% of max value = 765). Red value is 6 (2.73% from 255 or 8.96% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 43 (17.19% from 255 or 64.18% from 67); Max value from RGB is 43 - color contains mainly: blue. Hex color #06122B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06122B is #F9EDD4. Grayscale: #111111. Windows color (decimal): -16379349 or 2822662. OLE color: 2822662.

HSL color Cylindrical-coordinate representation of color #06122B: hue angle of 220.54º 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 #06122B is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 6 18 43 -
CMYK 0.86 0.58 0 0.83
HSL 220.54º 0.76% 0.1% -
HSV(B) 220.54º 0.86% 0.17% -
XYZ 0.73 0.65 2.37 -
YUV 17.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 6 18 43 0.86 0.58 0 0.83 220.54 0.76 0.1
Hex 6 12 2B 56 3A 0 53 DD 4C A
Octal 6 22 53 126 72 0 123 335 114 12
Binary 110 10010 101011 1010110 111010 0 1010011 11011101 1001100 1010

Color Harmonies of #06122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06122B

Black with #06122B

Text Example


Text Example

White with #06122B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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