Html Css Color HEX #06132B Midnight Express

📋 copy color: '#06132B'

red 6 ◦ green 19 ◦ blue 43

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

Shades of Midnight Express #06132B

Tints of Midnight Express #06132B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 27.94%

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

R = 8.82%
G = 27.94%
B = 63.24%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#06132B (or 0x06132B) is known color: Midnight Express. HEX triplet: 06, 13 and 2B. RGB value is (6,19,43). Sum of RGB (Red+Green+Blue) = 6+19+43=68 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.82% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 43 (17.19% from 255 or 63.24% from 68); Max value from RGB is 43 - color contains mainly: blue. Hex color #06132B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06132B is #F9ECD4. Grayscale: #111111. Windows color (decimal): -16379093 or 2822918. OLE color: 2822918.

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

Color convert

RGB 6 19 43 -
CMYK 0.86 0.56 0 0.83
HSL 218.92º 0.76% 0.1% -
HSV(B) 218.92º 0.86% 0.17% -
XYZ 0.74 0.68 2.38 -
YUV 17.85 142.19 119.55 -
System Red Green Blue C M Y K H S L
Decimal 6 19 43 0.86 0.56 0 0.83 218.92 0.76 0.1
Hex 6 13 2B 56 38 0 53 DB 4C A
Octal 6 23 53 126 70 0 123 333 114 12
Binary 110 10011 101011 1010110 111000 0 1010011 11011011 1001100 1010

Color Harmonies of #06132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06132B

Black with #06132B

Text Example


Text Example

White with #06132B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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