Html Css Color HEX #10196B Midnight Blue

📋 copy color: '#10196B'

red 16 ◦ green 25 ◦ blue 107

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

Shades of Midnight Blue #10196B

Tints of Midnight Blue #10196B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 72.3%

R = 10.81%
G = 16.89%
B = 72.3%

CMYK

 C value IS 0.85

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10196B (or 0x10196B) is known color: Midnight Blue. HEX triplet: 10, 19 and 6B. RGB value is (16,25,107). Sum of RGB (Red+Green+Blue) = 16+25+107=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 107 (42.19% from 255 or 72.30% from 148); Max value from RGB is 107 - color contains mainly: blue. Hex color #10196B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10196B is #EFE694. Grayscale: #1F1F1F. Windows color (decimal): -15722133 or 7018768. OLE color: 7018768.

HSL color Cylindrical-coordinate representation of color #10196B: hue angle of 234.07º 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 #10196B is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 25 107 -
CMYK 0.85 0.77 0 0.58
HSL 234.07º 0.74% 0.24% -
HSV(B) 234.07º 0.85% 0.42% -
XYZ 3.22 1.87 14.1 -
YUV 31.66 170.52 116.83 -
System Red Green Blue C M Y K H S L
Decimal 16 25 107 0.85 0.77 0 0.58 234.07 0.74 0.24
Hex 10 19 6B 55 4D 0 3A EA 4A 18
Octal 20 31 153 125 115 0 72 352 112 30
Binary 10000 11001 1101011 1010101 1001101 0 111010 11101010 1001010 11000

Color Harmonies of #10196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10196B

Black with #10196B

Text Example


Text Example

White with #10196B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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