Html Css Color HEX #001034 Midnight Express

📋 copy color: '#001034'

red 0 ◦ green 16 ◦ blue 52

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

Shades of Midnight Express #001034

Tints of Midnight Express #001034

RGB

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

 GREEN value IS 16 (6.64% from 255) = 23.53%

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

R = 0%
G = 23.53%
B = 76.47%

CMYK

 C value IS 1

 M value IS 0.69

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#001034 (or 0x001034) is known color: Midnight Express. HEX triplet: 00, 10 and 34. RGB value is (0,16,52). Sum of RGB (Red+Green+Blue) = 0+16+52=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 52 (20.70% from 255 or 76.47% from 68); Max value from RGB is 52 - color contains mainly: blue. Hex color #001034 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001034 is #FFEFCB. Grayscale: #0F0F0F. Windows color (decimal): -16773068 or 3411968. OLE color: 3411968.

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

Color convert

RGB 0 16 52 -
CMYK 1 0.69 0 0.80
HSL 221.54º 1% 0.1% -
HSV(B) 221.54º 1% 0.2% -
XYZ 0.81 0.62 3.33 -
YUV 15.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 0 16 52 1 0.69 0 0.80 221.54 1 0.1
Hex 0 10 34 64 45 0 50 DE 64 A
Octal 0 20 64 144 105 0 120 336 144 12
Binary 0 10000 110100 1100100 1000101 0 1010000 11011110 1100100 1010

Color Harmonies of #001034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001034

Black with #001034

Text Example


Text Example

White with #001034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001034; }

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

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

background-color css

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

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

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

border-color css

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

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

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