Html Css Color HEX #00112F Midnight Express

📋 copy color: '#00112F'

red 0 ◦ green 17 ◦ blue 47

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

Shades of Midnight Express #00112F

Tints of Midnight Express #00112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 73.44%

R = 0%
G = 26.56%
B = 73.44%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#00112F (or 0x00112F) is known color: Midnight Express. HEX triplet: 00, 11 and 2F. RGB value is (0,17,47). Sum of RGB (Red+Green+Blue) = 0+17+47=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 47 (18.75% from 255 or 73.44% from 64); Max value from RGB is 47 - color contains mainly: blue. Hex color #00112F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00112F is #FFEED0. Grayscale: #0F0F0F. Windows color (decimal): -16772817 or 3084544. OLE color: 3084544.

HSL color Cylindrical-coordinate representation of color #00112F: hue angle of 218.3º 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 #00112F is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 0 17 47 -
CMYK 1 0.64 0 0.82
HSL 218.3º 1% 0.09% -
HSV(B) 218.3º 1% 0.18% -
XYZ 0.71 0.61 2.77 -
YUV 15.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 0 17 47 1 0.64 0 0.82 218.3 1 0.09
Hex 0 11 2F 64 40 0 52 DA 64 9
Octal 0 21 57 144 100 0 122 332 144 11
Binary 0 10001 101111 1100100 1000000 0 1010010 11011010 1100100 1001

Color Harmonies of #00112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00112F

Black with #00112F

Text Example


Text Example

White with #00112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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