Html Css Color HEX #010344 Midnight Express

📋 copy color: '#010344'

red 1 ◦ green 3 ◦ blue 68

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

Shades of Midnight Express #010344

Tints of Midnight Express #010344

RGB

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

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

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

R = 1.39%
G = 4.17%
B = 94.44%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#010344 (or 0x010344) is known color: Midnight Express. HEX triplet: 01, 03 and 44. RGB value is (1,3,68). Sum of RGB (Red+Green+Blue) = 1+3+68=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 68 (26.95% from 255 or 94.44% from 72); Max value from RGB is 68 - color contains mainly: blue. Hex color #010344 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010344 is #FEFCBB. Grayscale: #090909. Windows color (decimal): -16710844 or 4457217. OLE color: 4457217.

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

Color convert

RGB 1 3 68 -
CMYK 0.99 0.96 0 0.73
HSL 238.21º 0.97% 0.14% -
HSV(B) 238.21º 0.99% 0.27% -
XYZ 1.09 0.49 5.51 -
YUV 9.81 160.84 121.71 -
System Red Green Blue C M Y K H S L
Decimal 1 3 68 0.99 0.96 0 0.73 238.21 0.97 0.14
Hex 1 3 44 63 60 0 49 EE 61 E
Octal 1 3 104 143 140 0 111 356 141 16
Binary 1 11 1000100 1100011 1100000 0 1001001 11101110 1100001 1110

Color Harmonies of #010344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010344

Black with #010344

Text Example


Text Example

White with #010344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010344; }

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

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

background-color css

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

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

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

border-color css

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

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

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