Html Css Color HEX #10076A Midnight Blue

📋 copy color: '#10076A'

red 16 ◦ green 7 ◦ blue 106

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

Shades of Midnight Blue #10076A

Tints of Midnight Blue #10076A

RGB

 RED value IS 16 (6.64% from 255) = 12.4%

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

 BLUE value IS 106 (41.8% from 255) = 82.17%

R = 12.4%
G = 5.43%
B = 82.17%

CMYK

 C value IS 0.85

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10076A (or 0x10076A) is known color: Midnight Blue. HEX triplet: 10, 07 and 6A. RGB value is (16,7,106). Sum of RGB (Red+Green+Blue) = 16+7+106=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 106 (41.80% from 255 or 82.17% from 129); Max value from RGB is 106 - color contains mainly: blue. Hex color #10076A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10076A is #EFF895. Grayscale: #141414. Windows color (decimal): -15726742 or 6948624. OLE color: 6948624.

HSL color Cylindrical-coordinate representation of color #10076A: hue angle of 245.45º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10076A is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 7 106 -
CMYK 0.85 0.93 0 0.58
HSL 245.45º 0.88% 0.22% -
HSV(B) 245.45º 0.93% 0.42% -
XYZ 2.89 1.3 13.73 -
YUV 20.98 175.98 124.45 -
System Red Green Blue C M Y K H S L
Decimal 16 7 106 0.85 0.93 0 0.58 245.45 0.88 0.22
Hex 10 7 6A 55 5D 0 3A F5 58 16
Octal 20 7 152 125 135 0 72 365 130 26
Binary 10000 111 1101010 1010101 1011101 0 111010 11110101 1011000 10110

Color Harmonies of #10076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10076A

Black with #10076A

Text Example


Text Example

White with #10076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10076A; }

 p { color: rgb(16,7,106); }

 H1.HeaderClassName
 {
   color: #10076A;
 }
 .AnyTagClassName
 {
   color: #10076A;
 }
</style>

background-color css

<style>
 a { background-color: #10076A; }

 a { background-color: rgb(16,7,106); }

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

border-color css

<style>
 span { border-color: #10076A; }

 span { border-color: rgb(16,7,106); }

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