Html Css Color HEX #010034 Midnight Express

📋 copy color: '#010034'

red 1 ◦ green 0 ◦ blue 52

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

Shades of Midnight Express #010034

Tints of Midnight Express #010034

RGB

 RED value IS 1 (0.78% from 255) = 1.89%

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

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

R = 1.89%
G = 0%
B = 98.11%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#010034 (or 0x010034) is known color: Midnight Express. HEX triplet: 01, 00 and 34. RGB value is (1,0,52). Sum of RGB (Red+Green+Blue) = 1+0+52=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 52 (20.70% from 255 or 98.11% from 53); Max value from RGB is 52 - color contains mainly: blue. Hex color #010034 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010034 is #FEFFCB. Grayscale: #060606. Windows color (decimal): -16711628 or 3407873. OLE color: 3407873.

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

Color convert

RGB 1 0 52 -
CMYK 0.98 1 0 0.80
HSL 241.15º 1% 0.1% -
HSV(B) 241.15º 1% 0.2% -
XYZ 0.63 0.25 3.26 -
YUV 6.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 1 0 52 0.98 1 0 0.80 241.15 1 0.1
Hex 1 0 34 62 64 0 50 F1 64 A
Octal 1 0 64 142 144 0 120 361 144 12
Binary 1 0 110100 1100010 1100100 0 1010000 11110001 1100100 1010

Color Harmonies of #010034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010034

Black with #010034

Text Example


Text Example

White with #010034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010034; }

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

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

background-color css

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

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

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

border-color css

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

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

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