Html Css Color HEX #010035 Midnight Express

📋 copy color: '#010035'

red 1 ◦ green 0 ◦ blue 53

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

Shades of Midnight Express #010035

Tints of Midnight Express #010035

RGB

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

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

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

R = 1.85%
G = 0%
B = 98.15%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#010035 (or 0x010035) is known color: Midnight Express. HEX triplet: 01, 00 and 35. RGB value is (1,0,53). Sum of RGB (Red+Green+Blue) = 1+0+53=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 53 (21.09% from 255 or 98.15% from 54); Max value from RGB is 53 - color contains mainly: blue. Hex color #010035 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010035 is #FEFFCA. Grayscale: #060606. Windows color (decimal): -16711627 or 3473409. OLE color: 3473409.

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

Color convert

RGB 1 0 53 -
CMYK 0.98 1 0 0.79
HSL 241.13º 1% 0.1% -
HSV(B) 241.13º 1% 0.21% -
XYZ 0.66 0.26 3.38 -
YUV 6.34 154.33 124.19 -
System Red Green Blue C M Y K H S L
Decimal 1 0 53 0.98 1 0 0.79 241.13 1 0.1
Hex 1 0 35 62 64 0 4F F1 64 A
Octal 1 0 65 142 144 0 117 361 144 12
Binary 1 0 110101 1100010 1100100 0 1001111 11110001 1100100 1010

Color Harmonies of #010035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010035

Black with #010035

Text Example


Text Example

White with #010035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010035; }

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

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

background-color css

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

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

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

border-color css

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

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

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