Html Css Color HEX #0A073C Midnight Express

📋 copy color: '#0A073C'

red 10 ◦ green 7 ◦ blue 60

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

Shades of Midnight Express #0A073C

Tints of Midnight Express #0A073C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 77.92%

R = 12.99%
G = 9.09%
B = 77.92%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0A073C (or 0x0A073C) is known color: Midnight Express. HEX triplet: 0A, 07 and 3C. RGB value is (10,7,60). Sum of RGB (Red+Green+Blue) = 10+7+60=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 60 (23.83% from 255 or 77.92% from 77); Max value from RGB is 60 - color contains mainly: blue. Hex color #0A073C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A073C is #F5F8C3. Grayscale: #0D0D0D. Windows color (decimal): -16120004 or 3933962. OLE color: 3933962.

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

Color convert

RGB 10 7 60 -
CMYK 0.83 0.88 0 0.76
HSL 243.4º 0.79% 0.13% -
HSV(B) 243.4º 0.88% 0.24% -
XYZ 1.02 0.54 4.33 -
YUV 13.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 10 7 60 0.83 0.88 0 0.76 243.4 0.79 0.13
Hex A 7 3C 53 58 0 4C F3 4F D
Octal 12 7 74 123 130 0 114 363 117 15
Binary 1010 111 111100 1010011 1011000 0 1001100 11110011 1001111 1101

Color Harmonies of #0A073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A073C

Black with #0A073C

Text Example


Text Example

White with #0A073C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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