Html Css Color HEX #06193D Midnight Express

📋 copy color: '#06193D'

red 6 ◦ green 25 ◦ blue 61

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

Shades of Midnight Express #06193D

Tints of Midnight Express #06193D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 27.17%

 BLUE value IS 61 (24.22% from 255) = 66.3%

R = 6.52%
G = 27.17%
B = 66.3%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#06193D (or 0x06193D) is known color: Midnight Express. HEX triplet: 06, 19 and 3D. RGB value is (6,25,61). Sum of RGB (Red+Green+Blue) = 6+25+61=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 61 (24.22% from 255 or 66.30% from 92); Max value from RGB is 61 - color contains mainly: blue. Hex color #06193D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06193D is #F9E6C2. Grayscale: #171717. Windows color (decimal): -16377539 or 4004102. OLE color: 4004102.

HSL color Cylindrical-coordinate representation of color #06193D: hue angle of 219.27º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06193D is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 6 25 61 -
CMYK 0.90 0.59 0 0.76
HSL 219.27º 0.82% 0.13% -
HSV(B) 219.27º 0.9% 0.24% -
XYZ 1.27 1.07 4.55 -
YUV 23.42 149.21 115.57 -
System Red Green Blue C M Y K H S L
Decimal 6 25 61 0.90 0.59 0 0.76 219.27 0.82 0.13
Hex 6 19 3D 5A 3B 0 4C DB 52 D
Octal 6 31 75 132 73 0 114 333 122 15
Binary 110 11001 111101 1011010 111011 0 1001100 11011011 1010010 1101

Color Harmonies of #06193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06193D

Black with #06193D

Text Example


Text Example

White with #06193D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,25,61); }

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

background-color css

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

 a { background-color: rgb(6,25,61); }

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

border-color css

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

 span { border-color: rgb(6,25,61); }

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