Html Css Color HEX #010434 Midnight Express

📋 copy color: '#010434'

red 1 ◦ green 4 ◦ blue 52

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

Shades of Midnight Express #010434

Tints of Midnight Express #010434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.02%

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

R = 1.75%
G = 7.02%
B = 91.23%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#010434 (or 0x010434) is known color: Midnight Express. HEX triplet: 01, 04 and 34. RGB value is (1,4,52). Sum of RGB (Red+Green+Blue) = 1+4+52=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 52 (20.70% from 255 or 91.23% from 57); Max value from RGB is 52 - color contains mainly: blue. Hex color #010434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010434 is #FEFBCB. Grayscale: #080808. Windows color (decimal): -16710604 or 3408897. OLE color: 3408897.

HSL color Cylindrical-coordinate representation of color #010434: hue angle of 236.47º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010434 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 4 52 -
CMYK 0.98 0.92 0 0.80
HSL 236.47º 0.96% 0.1% -
HSV(B) 236.47º 0.98% 0.2% -
XYZ 0.68 0.34 3.28 -
YUV 8.58 152.51 122.6 -
System Red Green Blue C M Y K H S L
Decimal 1 4 52 0.98 0.92 0 0.80 236.47 0.96 0.1
Hex 1 4 34 62 5C 0 50 EC 60 A
Octal 1 4 64 142 134 0 120 354 140 12
Binary 1 100 110100 1100010 1011100 0 1010000 11101100 1100000 1010

Color Harmonies of #010434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010434

Black with #010434

Text Example


Text Example

White with #010434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010434; }

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

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

background-color css

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

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

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

border-color css

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

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

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