Html Css Color HEX #001133 Midnight Express

📋 copy color: '#001133'

red 0 ◦ green 17 ◦ blue 51

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

Shades of Midnight Express #001133

Tints of Midnight Express #001133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 75%

R = 0%
G = 25%
B = 75%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#001133 (or 0x001133) is known color: Midnight Express. HEX triplet: 00, 11 and 33. RGB value is (0,17,51). Sum of RGB (Red+Green+Blue) = 0+17+51=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 51 (20.31% from 255 or 75% from 68); Max value from RGB is 51 - color contains mainly: blue. Hex color #001133 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001133 is #FFEECC. Grayscale: #0F0F0F. Windows color (decimal): -16772813 or 3346688. OLE color: 3346688.

HSL color Cylindrical-coordinate representation of color #001133: hue angle of 220º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001133 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 0 17 51 -
CMYK 1 0.67 0 0.8
HSL 220º 1% 0.1% -
HSV(B) 220º 1% 0.2% -
XYZ 0.8 0.64 3.21 -
YUV 15.79 147.87 116.74 -
System Red Green Blue C M Y K H S L
Decimal 0 17 51 1 0.67 0 0.8 220 1 0.1
Hex 0 11 33 64 43 0 50 DC 64 A
Octal 0 21 63 144 103 0 120 334 144 12
Binary 0 10001 110011 1100100 1000011 0 1010000 11011100 1100100 1010

Color Harmonies of #001133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001133

Black with #001133

Text Example


Text Example

White with #001133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001133; }

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

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

background-color css

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

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

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

border-color css

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

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

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