Html Css Color HEX #10015C Midnight Blue

📋 copy color: '#10015C'

red 16 ◦ green 1 ◦ blue 92

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

Shades of Midnight Blue #10015C

Tints of Midnight Blue #10015C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.92%

 BLUE value IS 92 (36.33% from 255) = 84.4%

R = 14.68%
G = 0.92%
B = 84.4%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10015C (or 0x10015C) is known color: Midnight Blue. HEX triplet: 10, 01 and 5C. RGB value is (16,1,92). Sum of RGB (Red+Green+Blue) = 16+1+92=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 92 (36.33% from 255 or 84.40% from 109); Max value from RGB is 92 - color contains mainly: blue. Hex color #10015C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10015C is #EFFEA3. Grayscale: #0F0F0F. Windows color (decimal): -15728292 or 6029584. OLE color: 6029584.

HSL color Cylindrical-coordinate representation of color #10015C: hue angle of 249.89º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10015C is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 1 92 -
CMYK 0.83 0.99 0 0.64
HSL 249.89º 0.98% 0.18% -
HSV(B) 249.89º 0.99% 0.36% -
XYZ 2.16 0.9 10.19 -
YUV 15.86 170.97 128.1 -
System Red Green Blue C M Y K H S L
Decimal 16 1 92 0.83 0.99 0 0.64 249.89 0.98 0.18
Hex 10 1 5C 53 63 0 40 FA 62 12
Octal 20 1 134 123 143 0 100 372 142 22
Binary 10000 1 1011100 1010011 1100011 0 1000000 11111010 1100010 10010

Color Harmonies of #10015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10015C

Black with #10015C

Text Example


Text Example

White with #10015C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,1,92); }

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

background-color css

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

 a { background-color: rgb(16,1,92); }

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

border-color css

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

 span { border-color: rgb(16,1,92); }

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