Html Css Color HEX #00112E Midnight Express

📋 copy color: '#00112E'

red 0 ◦ green 17 ◦ blue 46

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

Shades of Midnight Express #00112E

Tints of Midnight Express #00112E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 26.98%

 BLUE value IS 46 (18.36% from 255) = 73.02%

R = 0%
G = 26.98%
B = 73.02%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#00112E (or 0x00112E) is known color: Midnight Express. HEX triplet: 00, 11 and 2E. RGB value is (0,17,46). Sum of RGB (Red+Green+Blue) = 0+17+46=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 46 (18.36% from 255 or 73.02% from 63); Max value from RGB is 46 - color contains mainly: blue. Hex color #00112E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00112E is #FFEED1. Grayscale: #0F0F0F. Windows color (decimal): -16772818 or 3019008. OLE color: 3019008.

HSL color Cylindrical-coordinate representation of color #00112E: hue angle of 217.83º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00112E is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 0 17 46 -
CMYK 1 0.63 0 0.82
HSL 217.83º 1% 0.09% -
HSV(B) 217.83º 1% 0.18% -
XYZ 0.69 0.6 2.66 -
YUV 15.22 145.37 117.14 -
System Red Green Blue C M Y K H S L
Decimal 0 17 46 1 0.63 0 0.82 217.83 1 0.09
Hex 0 11 2E 64 3F 0 52 DA 64 9
Octal 0 21 56 144 77 0 122 332 144 11
Binary 0 10001 101110 1100100 111111 0 1010010 11011010 1100100 1001

Color Harmonies of #00112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00112E

Black with #00112E

Text Example


Text Example

White with #00112E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,17,46); }

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

background-color css

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

 a { background-color: rgb(0,17,46); }

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

border-color css

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

 span { border-color: rgb(0,17,46); }

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