Html Css Color HEX #010A41 Midnight Express

📋 copy color: '#010A41'

red 1 ◦ green 10 ◦ blue 65

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

Shades of Midnight Express #010A41

Tints of Midnight Express #010A41

RGB

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

 GREEN value IS 10 (4.3% from 255) = 13.16%

 BLUE value IS 65 (25.78% from 255) = 85.53%

R = 1.32%
G = 13.16%
B = 85.53%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#010A41 (or 0x010A41) is known color: Midnight Express. HEX triplet: 01, 0A and 41. RGB value is (1,10,65). Sum of RGB (Red+Green+Blue) = 1+10+65=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 10 (4.30% from 255 or 13.16% from 76); Blue value is 65 (25.78% from 255 or 85.53% from 76); Max value from RGB is 65 - color contains mainly: blue. Hex color #010A41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010A41 is #FEF5BE. Grayscale: #0D0D0D. Windows color (decimal): -16709055 or 4262401. OLE color: 4262401.

HSL color Cylindrical-coordinate representation of color #010A41: hue angle of 231.56º 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 #010A41 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 10 65 -
CMYK 0.98 0.85 0 0.75
HSL 231.56º 0.97% 0.13% -
HSV(B) 231.56º 0.98% 0.25% -
XYZ 1.08 0.61 5.06 -
YUV 13.58 157.02 119.03 -
System Red Green Blue C M Y K H S L
Decimal 1 10 65 0.98 0.85 0 0.75 231.56 0.97 0.13
Hex 1 A 41 62 55 0 4B E8 61 D
Octal 1 12 101 142 125 0 113 350 141 15
Binary 1 1010 1000001 1100010 1010101 0 1001011 11101000 1100001 1101

Color Harmonies of #010A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A41

Black with #010A41

Text Example


Text Example

White with #010A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010A41; }

 p { color: rgb(1,10,65); }

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

background-color css

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

 a { background-color: rgb(1,10,65); }

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

border-color css

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

 span { border-color: rgb(1,10,65); }

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