Html Css Color HEX #010645 Midnight Express

📋 copy color: '#010645'

red 1 ◦ green 6 ◦ blue 69

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

Shades of Midnight Express #010645

Tints of Midnight Express #010645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 90.79%

R = 1.32%
G = 7.89%
B = 90.79%

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

#010645 (or 0x010645) is known color: Midnight Express. HEX triplet: 01, 06 and 45. RGB value is (1,6,69). Sum of RGB (Red+Green+Blue) = 1+6+69=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 6 (2.73% from 255 or 7.89% from 76); Blue value is 69 (27.34% from 255 or 90.79% from 76); Max value from RGB is 69 - color contains mainly: blue. Hex color #010645 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010645 is #FEF9BA. Grayscale: #0B0B0B. Windows color (decimal): -16710075 or 4523521. OLE color: 4523521.

HSL color Cylindrical-coordinate representation of color #010645: hue angle of 235.59º 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 #010645 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 6 69 -
CMYK 0.99 0.91 0 0.73
HSL 235.59º 0.97% 0.14% -
HSV(B) 235.59º 0.99% 0.27% -
XYZ 1.15 0.57 5.68 -
YUV 11.69 160.34 120.38 -
System Red Green Blue C M Y K H S L
Decimal 1 6 69 0.99 0.91 0 0.73 235.59 0.97 0.14
Hex 1 6 45 63 5B 0 49 EC 61 E
Octal 1 6 105 143 133 0 111 354 141 16
Binary 1 110 1000101 1100011 1011011 0 1001001 11101100 1100001 1110

Color Harmonies of #010645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010645

Black with #010645

Text Example


Text Example

White with #010645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010645; }

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

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

background-color css

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

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

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

border-color css

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

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

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