Html Css Color HEX #010A43 Midnight Express

📋 copy color: '#010A43'

red 1 ◦ green 10 ◦ blue 67

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

Shades of Midnight Express #010A43

Tints of Midnight Express #010A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 85.9%

R = 1.28%
G = 12.82%
B = 85.9%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#010A43 (or 0x010A43) is known color: Midnight Express. HEX triplet: 01, 0A and 43. RGB value is (1,10,67). Sum of RGB (Red+Green+Blue) = 1+10+67=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 67 (26.56% from 255 or 85.90% from 78); Max value from RGB is 67 - color contains mainly: blue. Hex color #010A43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010A43 is #FEF5BC. Grayscale: #0D0D0D. Windows color (decimal): -16709053 or 4393473. OLE color: 4393473.

HSL color Cylindrical-coordinate representation of color #010A43: hue angle of 231.82º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010A43 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 10 67 -
CMYK 0.99 0.85 0 0.74
HSL 231.82º 0.97% 0.13% -
HSV(B) 231.82º 0.99% 0.26% -
XYZ 1.13 0.63 5.37 -
YUV 13.81 158.02 118.87 -
System Red Green Blue C M Y K H S L
Decimal 1 10 67 0.99 0.85 0 0.74 231.82 0.97 0.13
Hex 1 A 43 63 55 0 4A E8 61 D
Octal 1 12 103 143 125 0 112 350 141 15
Binary 1 1010 1000011 1100011 1010101 0 1001010 11101000 1100001 1101

Color Harmonies of #010A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A43

Black with #010A43

Text Example


Text Example

White with #010A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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