Html Css Color HEX #010734 Midnight Express

📋 copy color: '#010734'

red 1 ◦ green 7 ◦ blue 52

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

Shades of Midnight Express #010734

Tints of Midnight Express #010734

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.67%

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

R = 1.67%
G = 11.67%
B = 86.67%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#010734 (or 0x010734) is known color: Midnight Express. HEX triplet: 01, 07 and 34. RGB value is (1,7,52). Sum of RGB (Red+Green+Blue) = 1+7+52=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 52 (20.70% from 255 or 86.67% from 60); Max value from RGB is 52 - color contains mainly: blue. Hex color #010734 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010734 is #FEF8CB. Grayscale: #0A0A0A. Windows color (decimal): -16709836 or 3409665. OLE color: 3409665.

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

Color convert

RGB 1 7 52 -
CMYK 0.98 0.87 0 0.80
HSL 232.94º 0.96% 0.1% -
HSV(B) 232.94º 0.98% 0.2% -
XYZ 0.71 0.41 3.29 -
YUV 10.34 151.51 121.34 -
System Red Green Blue C M Y K H S L
Decimal 1 7 52 0.98 0.87 0 0.80 232.94 0.96 0.1
Hex 1 7 34 62 57 0 50 E9 60 A
Octal 1 7 64 142 127 0 120 351 140 12
Binary 1 111 110100 1100010 1010111 0 1010000 11101001 1100000 1010

Color Harmonies of #010734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010734

Black with #010734

Text Example


Text Example

White with #010734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010734; }

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

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

background-color css

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

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

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

border-color css

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

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

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