Html Css Color HEX #10136B Midnight Blue

📋 copy color: '#10136B'

red 16 ◦ green 19 ◦ blue 107

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

Shades of Midnight Blue #10136B

Tints of Midnight Blue #10136B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.38%

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

R = 11.27%
G = 13.38%
B = 75.35%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10136B (or 0x10136B) is known color: Midnight Blue. HEX triplet: 10, 13 and 6B. RGB value is (16,19,107). Sum of RGB (Red+Green+Blue) = 16+19+107=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 107 (42.19% from 255 or 75.35% from 142); Max value from RGB is 107 - color contains mainly: blue. Hex color #10136B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10136B is #EFEC94. Grayscale: #1B1B1B. Windows color (decimal): -15723669 or 7017232. OLE color: 7017232.

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

Color convert

RGB 16 19 107 -
CMYK 0.85 0.82 0 0.58
HSL 238.02º 0.74% 0.24% -
HSV(B) 238.02º 0.85% 0.42% -
XYZ 3.1 1.64 14.06 -
YUV 28.14 172.51 119.34 -
System Red Green Blue C M Y K H S L
Decimal 16 19 107 0.85 0.82 0 0.58 238.02 0.74 0.24
Hex 10 13 6B 55 52 0 3A EE 4A 18
Octal 20 23 153 125 122 0 72 356 112 30
Binary 10000 10011 1101011 1010101 1010010 0 111010 11101110 1001010 11000

Color Harmonies of #10136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10136B

Black with #10136B

Text Example


Text Example

White with #10136B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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