Html Css Color HEX #010644 Midnight Express

📋 copy color: '#010644'

red 1 ◦ green 6 ◦ blue 68

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

Shades of Midnight Express #010644

Tints of Midnight Express #010644

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8%

 BLUE value IS 68 (26.95% from 255) = 90.67%

R = 1.33%
G = 8%
B = 90.67%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#010644 (or 0x010644) is known color: Midnight Express. HEX triplet: 01, 06 and 44. RGB value is (1,6,68). Sum of RGB (Red+Green+Blue) = 1+6+68=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 6 (2.73% from 255 or 8% from 75); Blue value is 68 (26.95% from 255 or 90.67% from 75); Max value from RGB is 68 - color contains mainly: blue. Hex color #010644 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010644 is #FEF9BB. Grayscale: #0B0B0B. Windows color (decimal): -16710076 or 4457985. OLE color: 4457985.

HSL color Cylindrical-coordinate representation of color #010644: hue angle of 235.52º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010644 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 6 68 -
CMYK 0.99 0.91 0 0.73
HSL 235.52º 0.97% 0.14% -
HSV(B) 235.52º 0.99% 0.27% -
XYZ 1.12 0.55 5.52 -
YUV 11.57 159.84 120.46 -
System Red Green Blue C M Y K H S L
Decimal 1 6 68 0.99 0.91 0 0.73 235.52 0.97 0.14
Hex 1 6 44 63 5B 0 49 EC 61 E
Octal 1 6 104 143 133 0 111 354 141 16
Binary 1 110 1000100 1100011 1011011 0 1001001 11101100 1100001 1110

Color Harmonies of #010644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010644

Black with #010644

Text Example


Text Example

White with #010644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010644; }

 p { color: rgb(1,6,68); }

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

background-color css

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

 a { background-color: rgb(1,6,68); }

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

border-color css

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

 span { border-color: rgb(1,6,68); }

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