Html Css Color HEX #0A104C Midnight Express

📋 copy color: '#0A104C'

red 10 ◦ green 16 ◦ blue 76

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

Shades of Midnight Express #0A104C

Tints of Midnight Express #0A104C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.69%

 BLUE value IS 76 (30.08% from 255) = 74.51%

R = 9.8%
G = 15.69%
B = 74.51%

CMYK

 C value IS 0.87

 M value IS 0.79

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0A104C (or 0x0A104C) is known color: Midnight Express. HEX triplet: 0A, 10 and 4C. RGB value is (10,16,76). Sum of RGB (Red+Green+Blue) = 10+16+76=102 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.80% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 76 (30.08% from 255 or 74.51% from 102); Max value from RGB is 76 - color contains mainly: blue. Hex color #0A104C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A104C is #F5EFB3. Grayscale: #141414. Windows color (decimal): -16117684 or 4984842. OLE color: 4984842.

HSL color Cylindrical-coordinate representation of color #0A104C: hue angle of 234.55º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A104C is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 10 16 76 -
CMYK 0.87 0.79 0 0.70
HSL 234.55º 0.77% 0.17% -
HSV(B) 234.55º 0.87% 0.3% -
XYZ 1.61 0.96 6.94 -
YUV 21.05 159.01 120.12 -
System Red Green Blue C M Y K H S L
Decimal 10 16 76 0.87 0.79 0 0.70 234.55 0.77 0.17
Hex A 10 4C 57 4F 0 46 EB 4D 11
Octal 12 20 114 127 117 0 106 353 115 21
Binary 1010 10000 1001100 1010111 1001111 0 1000110 11101011 1001101 10001

Color Harmonies of #0A104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A104C

Black with #0A104C

Text Example


Text Example

White with #0A104C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,16,76); }

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

background-color css

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

 a { background-color: rgb(10,16,76); }

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

border-color css

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

 span { border-color: rgb(10,16,76); }

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