Html Css Color HEX #00193F Midnight Express

📋 copy color: '#00193F'

red 0 ◦ green 25 ◦ blue 63

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

Shades of Midnight Express #00193F

Tints of Midnight Express #00193F

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 63 (25% from 255) = 71.59%

R = 0%
G = 28.41%
B = 71.59%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#00193F (or 0x00193F) is known color: Midnight Express. HEX triplet: 00, 19 and 3F. RGB value is (0,25,63). Sum of RGB (Red+Green+Blue) = 0+25+63=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 63 (25% from 255 or 71.59% from 88); Max value from RGB is 63 - color contains mainly: blue. Hex color #00193F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00193F is #FFE6C0. Grayscale: #151515. Windows color (decimal): -16770753 or 4135168. OLE color: 4135168.

HSL color Cylindrical-coordinate representation of color #00193F: hue angle of 216.19º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00193F is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 25 63 -
CMYK 1 0.60 0 0.75
HSL 216.19º 1% 0.12% -
HSV(B) 216.19º 1% 0.25% -
XYZ 1.24 1.05 4.84 -
YUV 21.86 151.22 112.41 -
System Red Green Blue C M Y K H S L
Decimal 0 25 63 1 0.60 0 0.75 216.19 1 0.12
Hex 0 19 3F 64 3C 0 4B D8 64 C
Octal 0 31 77 144 74 0 113 330 144 14
Binary 0 11001 111111 1100100 111100 0 1001011 11011000 1100100 1100

Color Harmonies of #00193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00193F

Black with #00193F

Text Example


Text Example

White with #00193F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00193F; }

 p { color: rgb(0,25,63); }

 H1.HeaderClassName
 {
   color: #00193F;
 }
 .AnyTagClassName
 {
   color: #00193F;
 }
</style>

background-color css

<style>
 a { background-color: #00193F; }

 a { background-color: rgb(0,25,63); }

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

border-color css

<style>
 span { border-color: #00193F; }

 span { border-color: rgb(0,25,63); }

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