Html Css Color HEX #06193E Midnight Express

📋 copy color: '#06193E'

red 6 ◦ green 25 ◦ blue 62

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

Shades of Midnight Express #06193E

Tints of Midnight Express #06193E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 66.67%

R = 6.45%
G = 26.88%
B = 66.67%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#06193E (or 0x06193E) is known color: Midnight Express. HEX triplet: 06, 19 and 3E. RGB value is (6,25,62). Sum of RGB (Red+Green+Blue) = 6+25+62=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 62 (24.61% from 255 or 66.67% from 93); Max value from RGB is 62 - color contains mainly: blue. Hex color #06193E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06193E is #F9E6C1. Grayscale: #171717. Windows color (decimal): -16377538 or 4069638. OLE color: 4069638.

HSL color Cylindrical-coordinate representation of color #06193E: hue angle of 219.64º 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 #06193E is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 6 25 62 -
CMYK 0.90 0.60 0 0.76
HSL 219.64º 0.82% 0.13% -
HSV(B) 219.64º 0.9% 0.24% -
XYZ 1.29 1.08 4.7 -
YUV 23.54 149.71 115.49 -
System Red Green Blue C M Y K H S L
Decimal 6 25 62 0.90 0.60 0 0.76 219.64 0.82 0.13
Hex 6 19 3E 5A 3C 0 4C DC 52 D
Octal 6 31 76 132 74 0 114 334 122 15
Binary 110 11001 111110 1011010 111100 0 1001100 11011100 1010010 1101

Color Harmonies of #06193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06193E

Black with #06193E

Text Example


Text Example

White with #06193E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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