Html Css Color HEX #010A3D Midnight Express

📋 copy color: '#010A3D'

red 1 ◦ green 10 ◦ blue 61

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

Shades of Midnight Express #010A3D

Tints of Midnight Express #010A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 84.72%

R = 1.39%
G = 13.89%
B = 84.72%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#010A3D (or 0x010A3D) is known color: Midnight Express. HEX triplet: 01, 0A and 3D. RGB value is (1,10,61). Sum of RGB (Red+Green+Blue) = 1+10+61=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 10 (4.30% from 255 or 13.89% from 72); Blue value is 61 (24.22% from 255 or 84.72% from 72); Max value from RGB is 61 - color contains mainly: blue. Hex color #010A3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010A3D is #FEF5C2. Grayscale: #0C0C0C. Windows color (decimal): -16709059 or 4000257. OLE color: 4000257.

HSL color Cylindrical-coordinate representation of color #010A3D: hue angle of 231º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010A3D is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 10 61 -
CMYK 0.98 0.84 0 0.76
HSL 231º 0.97% 0.12% -
HSV(B) 231º 0.98% 0.24% -
XYZ 0.96 0.56 4.47 -
YUV 13.12 155.02 119.35 -
System Red Green Blue C M Y K H S L
Decimal 1 10 61 0.98 0.84 0 0.76 231 0.97 0.12
Hex 1 A 3D 62 54 0 4C E7 61 C
Octal 1 12 75 142 124 0 114 347 141 14
Binary 1 1010 111101 1100010 1010100 0 1001100 11100111 1100001 1100

Color Harmonies of #010A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A3D

Black with #010A3D

Text Example


Text Example

White with #010A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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