Html Css Color HEX #10196A Midnight Blue

📋 copy color: '#10196A'

red 16 ◦ green 25 ◦ blue 106

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

Shades of Midnight Blue #10196A

Tints of Midnight Blue #10196A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.01%

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

R = 10.88%
G = 17.01%
B = 72.11%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10196A (or 0x10196A) is known color: Midnight Blue. HEX triplet: 10, 19 and 6A. RGB value is (16,25,106). Sum of RGB (Red+Green+Blue) = 16+25+106=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 106 (41.80% from 255 or 72.11% from 147); Max value from RGB is 106 - color contains mainly: blue. Hex color #10196A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10196A is #EFE695. Grayscale: #1F1F1F. Windows color (decimal): -15722134 or 6953232. OLE color: 6953232.

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

Color convert

RGB 16 25 106 -
CMYK 0.85 0.76 0 0.58
HSL 234º 0.74% 0.24% -
HSV(B) 234º 0.85% 0.42% -
XYZ 3.16 1.85 13.83 -
YUV 31.54 170.02 116.91 -
System Red Green Blue C M Y K H S L
Decimal 16 25 106 0.85 0.76 0 0.58 234 0.74 0.24
Hex 10 19 6A 55 4C 0 3A EA 4A 18
Octal 20 31 152 125 114 0 72 352 112 30
Binary 10000 11001 1101010 1010101 1001100 0 111010 11101010 1001010 11000

Color Harmonies of #10196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10196A

Black with #10196A

Text Example


Text Example

White with #10196A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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