Html Css Color HEX #001134 Midnight Express

📋 copy color: '#001134'

red 0 ◦ green 17 ◦ blue 52

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

Shades of Midnight Express #001134

Tints of Midnight Express #001134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 75.36%

R = 0%
G = 24.64%
B = 75.36%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#001134 (or 0x001134) is known color: Midnight Express. HEX triplet: 00, 11 and 34. RGB value is (0,17,52). Sum of RGB (Red+Green+Blue) = 0+17+52=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 52 (20.70% from 255 or 75.36% from 69); Max value from RGB is 52 - color contains mainly: blue. Hex color #001134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001134 is #FFEECB. Grayscale: #0F0F0F. Windows color (decimal): -16772812 or 3412224. OLE color: 3412224.

HSL color Cylindrical-coordinate representation of color #001134: hue angle of 220.38º 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 #001134 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 0 17 52 -
CMYK 1 0.67 0 0.80
HSL 220.38º 1% 0.1% -
HSV(B) 220.38º 1% 0.2% -
XYZ 0.82 0.65 3.33 -
YUV 15.91 148.37 116.65 -
System Red Green Blue C M Y K H S L
Decimal 0 17 52 1 0.67 0 0.80 220.38 1 0.1
Hex 0 11 34 64 43 0 50 DC 64 A
Octal 0 21 64 144 103 0 120 334 144 12
Binary 0 10001 110100 1100100 1000011 0 1010000 11011100 1100100 1010

Color Harmonies of #001134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001134

Black with #001134

Text Example


Text Example

White with #001134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001134; }

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

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

background-color css

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

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

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

border-color css

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

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

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