Html Css Color HEX #0A073D Midnight Express

📋 copy color: '#0A073D'

red 10 ◦ green 7 ◦ blue 61

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

Shades of Midnight Express #0A073D

Tints of Midnight Express #0A073D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.97%

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

R = 12.82%
G = 8.97%
B = 78.21%

CMYK

 C value IS 0.84

 M value IS 0.89

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0A073D (or 0x0A073D) is known color: Midnight Express. HEX triplet: 0A, 07 and 3D. RGB value is (10,7,61). Sum of RGB (Red+Green+Blue) = 10+7+61=78 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.82% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 61 (24.22% from 255 or 78.21% from 78); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A073D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A073D is #F5F8C2. Grayscale: #0D0D0D. Windows color (decimal): -16120003 or 3999498. OLE color: 3999498.

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

Color convert

RGB 10 7 61 -
CMYK 0.84 0.89 0 0.76
HSL 243.33º 0.79% 0.13% -
HSV(B) 243.33º 0.89% 0.24% -
XYZ 1.04 0.55 4.47 -
YUV 14.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 10 7 61 0.84 0.89 0 0.76 243.33 0.79 0.13
Hex A 7 3D 54 59 0 4C F3 4F D
Octal 12 7 75 124 131 0 114 363 117 15
Binary 1010 111 111101 1010100 1011001 0 1001100 11110011 1001111 1101

Color Harmonies of #0A073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A073D

Black with #0A073D

Text Example


Text Example

White with #0A073D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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