Html Css Color HEX #010340 Midnight Express

📋 copy color: '#010340'

red 1 ◦ green 3 ◦ blue 64

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

Shades of Midnight Express #010340

Tints of Midnight Express #010340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 94.12%

R = 1.47%
G = 4.41%
B = 94.12%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#010340 (or 0x010340) is known color: Midnight Express. HEX triplet: 01, 03 and 40. RGB value is (1,3,64). Sum of RGB (Red+Green+Blue) = 1+3+64=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 64 (25.39% from 255 or 94.12% from 68); Max value from RGB is 64 - color contains mainly: blue. Hex color #010340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010340 is #FEFCBF. Grayscale: #090909. Windows color (decimal): -16710848 or 4195073. OLE color: 4195073.

HSL color Cylindrical-coordinate representation of color #010340: hue angle of 238.1º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010340 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 3 64 -
CMYK 0.98 0.95 0 0.75
HSL 238.1º 0.97% 0.13% -
HSV(B) 238.1º 0.98% 0.25% -
XYZ 0.97 0.44 4.88 -
YUV 9.36 158.84 122.04 -
System Red Green Blue C M Y K H S L
Decimal 1 3 64 0.98 0.95 0 0.75 238.1 0.97 0.13
Hex 1 3 40 62 5F 0 4B EE 61 D
Octal 1 3 100 142 137 0 113 356 141 15
Binary 1 11 1000000 1100010 1011111 0 1001011 11101110 1100001 1101

Color Harmonies of #010340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010340

Black with #010340

Text Example


Text Example

White with #010340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010340; }

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

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

background-color css

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

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

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

border-color css

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

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

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