Html Css Color HEX #0A1E3D Midnight Express

📋 copy color: '#0A1E3D'

red 10 ◦ green 30 ◦ blue 61

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

Shades of Midnight Express #0A1E3D

Tints of Midnight Express #0A1E3D

RGB

 RED value IS 10 (4.3% from 255) = 9.9%

 GREEN value IS 30 (12.11% from 255) = 29.7%

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

R = 9.9%
G = 29.7%
B = 60.4%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0A1E3D (or 0x0A1E3D) is known color: Midnight Express. HEX triplet: 0A, 1E and 3D. RGB value is (10,30,61). Sum of RGB (Red+Green+Blue) = 10+30+61=101 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.90% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 61 (24.22% from 255 or 60.40% from 101); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A1E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1E3D is #F5E1C2. Grayscale: #1B1B1B. Windows color (decimal): -16114115 or 4005386. OLE color: 4005386.

HSL color Cylindrical-coordinate representation of color #0A1E3D: hue angle of 216.47º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A1E3D is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 10 30 61 -
CMYK 0.84 0.51 0 0.76
HSL 216.47º 0.72% 0.14% -
HSV(B) 216.47º 0.84% 0.24% -
XYZ 1.43 1.33 4.6 -
YUV 27.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 10 30 61 0.84 0.51 0 0.76 216.47 0.72 0.14
Hex A 1E 3D 54 33 0 4C D8 48 E
Octal 12 36 75 124 63 0 114 330 110 16
Binary 1010 11110 111101 1010100 110011 0 1001100 11011000 1001000 1110

Color Harmonies of #0A1E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1E3D

Black with #0A1E3D

Text Example


Text Example

White with #0A1E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A1E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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