Html Css Color HEX #10136C Midnight Blue

📋 copy color: '#10136C'

red 16 ◦ green 19 ◦ blue 108

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

Shades of Midnight Blue #10136C

Tints of Midnight Blue #10136C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 75.52%

R = 11.19%
G = 13.29%
B = 75.52%

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

#10136C (or 0x10136C) is known color: Midnight Blue. HEX triplet: 10, 13 and 6C. RGB value is (16,19,108). Sum of RGB (Red+Green+Blue) = 16+19+108=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 108 (42.58% from 255 or 75.52% from 143); Max value from RGB is 108 - color contains mainly: blue. Hex color #10136C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10136C is #EFEC93. Grayscale: #1B1B1B. Windows color (decimal): -15723668 or 7082768. OLE color: 7082768.

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

Color convert

RGB 16 19 108 -
CMYK 0.85 0.82 0 0.58
HSL 238.04º 0.74% 0.24% -
HSV(B) 238.04º 0.85% 0.42% -
XYZ 3.15 1.66 14.34 -
YUV 28.25 173.01 119.26 -
System Red Green Blue C M Y K H S L
Decimal 16 19 108 0.85 0.82 0 0.58 238.04 0.74 0.24
Hex 10 13 6C 55 52 0 3A EE 4A 18
Octal 20 23 154 125 122 0 72 356 112 30
Binary 10000 10011 1101100 1010101 1010010 0 111010 11101110 1001010 11000

Color Harmonies of #10136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10136C

Black with #10136C

Text Example


Text Example

White with #10136C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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