Html Css Color HEX #10005E Midnight Blue

📋 copy color: '#10005E'

red 16 ◦ green 0 ◦ blue 94

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

Shades of Midnight Blue #10005E

Tints of Midnight Blue #10005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 85.45%

R = 14.55%
G = 0%
B = 85.45%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#10005E (or 0x10005E) is known color: Midnight Blue. HEX triplet: 10, 00 and 5E. RGB value is (16,0,94). Sum of RGB (Red+Green+Blue) = 16+0+94=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 94 (37.11% from 255 or 85.45% from 110); Max value from RGB is 94 - color contains mainly: blue. Hex color #10005E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10005E is #EFFFA1. Grayscale: #0F0F0F. Windows color (decimal): -15728546 or 6160400. OLE color: 6160400.

HSL color Cylindrical-coordinate representation of color #10005E: hue angle of 250.21º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10005E is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 16 0 94 -
CMYK 0.83 1 0 0.63
HSL 250.21º 1% 0.18% -
HSV(B) 250.21º 1% 0.37% -
XYZ 2.23 0.92 10.65 -
YUV 15.5 172.3 128.36 -
System Red Green Blue C M Y K H S L
Decimal 16 0 94 0.83 1 0 0.63 250.21 1 0.18
Hex 10 0 5E 53 64 0 3F FA 64 12
Octal 20 0 136 123 144 0 77 372 144 22
Binary 10000 0 1011110 1010011 1100100 0 111111 11111010 1100100 10010

Color Harmonies of #10005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10005E

Black with #10005E

Text Example


Text Example

White with #10005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10005E; }

 p { color: rgb(16,0,94); }

 H1.HeaderClassName
 {
   color: #10005E;
 }
 .AnyTagClassName
 {
   color: #10005E;
 }
</style>

background-color css

<style>
 a { background-color: #10005E; }

 a { background-color: rgb(16,0,94); }

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

border-color css

<style>
 span { border-color: #10005E; }

 span { border-color: rgb(16,0,94); }

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