Html Css Color HEX #10197A Midnight Blue

📋 copy color: '#10197A'

red 16 ◦ green 25 ◦ blue 122

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

Shades of Midnight Blue #10197A

Tints of Midnight Blue #10197A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 74.85%

R = 9.82%
G = 15.34%
B = 74.85%

CMYK

 C value IS 0.87

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#10197A (or 0x10197A) is known color: Midnight Blue. HEX triplet: 10, 19 and 7A. RGB value is (16,25,122). Sum of RGB (Red+Green+Blue) = 16+25+122=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 122 (48.05% from 255 or 74.85% from 163); Max value from RGB is 122 - color contains mainly: blue. Hex color #10197A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10197A is #EFE685. Grayscale: #202020. Windows color (decimal): -15722118 or 8001808. OLE color: 8001808.

HSL color Cylindrical-coordinate representation of color #10197A: hue angle of 234.91º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10197A is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 16 25 122 -
CMYK 0.87 0.80 0 0.52
HSL 234.91º 0.77% 0.27% -
HSV(B) 234.91º 0.87% 0.48% -
XYZ 4.07 2.21 18.62 -
YUV 33.37 178.02 115.61 -
System Red Green Blue C M Y K H S L
Decimal 16 25 122 0.87 0.80 0 0.52 234.91 0.77 0.27
Hex 10 19 7A 57 50 0 34 EB 4D 1B
Octal 20 31 172 127 120 0 64 353 115 33
Binary 10000 11001 1111010 1010111 1010000 0 110100 11101011 1001101 11011

Color Harmonies of #10197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10197A

Black with #10197A

Text Example


Text Example

White with #10197A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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