Html Css Color HEX #010335 Midnight Express

📋 copy color: '#010335'

red 1 ◦ green 3 ◦ blue 53

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

Shades of Midnight Express #010335

Tints of Midnight Express #010335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.26%

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

R = 1.75%
G = 5.26%
B = 92.98%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#010335 (or 0x010335) is known color: Midnight Express. HEX triplet: 01, 03 and 35. RGB value is (1,3,53). Sum of RGB (Red+Green+Blue) = 1+3+53=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 53 (21.09% from 255 or 92.98% from 57); Max value from RGB is 53 - color contains mainly: blue. Hex color #010335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010335 is #FEFCCA. Grayscale: #070707. Windows color (decimal): -16710859 or 3474177. OLE color: 3474177.

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

Color convert

RGB 1 3 53 -
CMYK 0.98 0.94 0 0.79
HSL 237.69º 0.96% 0.11% -
HSV(B) 237.69º 0.98% 0.21% -
XYZ 0.69 0.33 3.4 -
YUV 8.1 153.34 122.93 -
System Red Green Blue C M Y K H S L
Decimal 1 3 53 0.98 0.94 0 0.79 237.69 0.96 0.11
Hex 1 3 35 62 5E 0 4F EE 60 B
Octal 1 3 65 142 136 0 117 356 140 13
Binary 1 11 110101 1100010 1011110 0 1001111 11101110 1100000 1011

Color Harmonies of #010335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010335

Black with #010335

Text Example


Text Example

White with #010335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010335; }

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

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

background-color css

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

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

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

border-color css

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

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

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