Html Css Color HEX #010735 Midnight Express

📋 copy color: '#010735'

red 1 ◦ green 7 ◦ blue 53

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

Shades of Midnight Express #010735

Tints of Midnight Express #010735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 86.89%

R = 1.64%
G = 11.48%
B = 86.89%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#010735 (or 0x010735) is known color: Midnight Express. HEX triplet: 01, 07 and 35. RGB value is (1,7,53). Sum of RGB (Red+Green+Blue) = 1+7+53=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 7 (3.12% from 255 or 11.48% from 61); Blue value is 53 (21.09% from 255 or 86.89% from 61); Max value from RGB is 53 - color contains mainly: blue. Hex color #010735 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010735 is #FEF8CA. Grayscale: #0A0A0A. Windows color (decimal): -16709835 or 3475201. OLE color: 3475201.

HSL color Cylindrical-coordinate representation of color #010735: hue angle of 233.08º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010735 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 1 7 53 -
CMYK 0.98 0.87 0 0.79
HSL 233.08º 0.96% 0.11% -
HSV(B) 233.08º 0.98% 0.21% -
XYZ 0.73 0.42 3.41 -
YUV 10.45 152.01 121.26 -
System Red Green Blue C M Y K H S L
Decimal 1 7 53 0.98 0.87 0 0.79 233.08 0.96 0.11
Hex 1 7 35 62 57 0 4F E9 60 B
Octal 1 7 65 142 127 0 117 351 140 13
Binary 1 111 110101 1100010 1010111 0 1001111 11101001 1100000 1011

Color Harmonies of #010735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010735

Black with #010735

Text Example


Text Example

White with #010735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010735; }

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

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

background-color css

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

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

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

border-color css

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

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

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