Html Css Color HEX #10085F Midnight Blue

📋 copy color: '#10085F'

red 16 ◦ green 8 ◦ blue 95

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

Shades of Midnight Blue #10085F

Tints of Midnight Blue #10085F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.72%

 BLUE value IS 95 (37.5% from 255) = 79.83%

R = 13.45%
G = 6.72%
B = 79.83%

CMYK

 C value IS 0.83

 M value IS 0.92

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#10085F (or 0x10085F) is known color: Midnight Blue. HEX triplet: 10, 08 and 5F. RGB value is (16,8,95). Sum of RGB (Red+Green+Blue) = 16+8+95=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 95 (37.5% from 255 or 79.83% from 119); Max value from RGB is 95 - color contains mainly: blue. Hex color #10085F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10085F is #EFF7A0. Grayscale: #131313. Windows color (decimal): -15726497 or 6227984. OLE color: 6227984.

HSL color Cylindrical-coordinate representation of color #10085F: hue angle of 245.52º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10085F is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 16 8 95 -
CMYK 0.83 0.92 0 0.63
HSL 245.52º 0.84% 0.2% -
HSV(B) 245.52º 0.92% 0.37% -
XYZ 2.37 1.11 10.92 -
YUV 20.31 170.15 124.93 -
System Red Green Blue C M Y K H S L
Decimal 16 8 95 0.83 0.92 0 0.63 245.52 0.84 0.2
Hex 10 8 5F 53 5C 0 3F F6 54 14
Octal 20 10 137 123 134 0 77 366 124 24
Binary 10000 1000 1011111 1010011 1011100 0 111111 11110110 1010100 10100

Color Harmonies of #10085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10085F

Black with #10085F

Text Example


Text Example

White with #10085F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10085F; }

 p { color: rgb(16,8,95); }

 H1.HeaderClassName
 {
   color: #10085F;
 }
 .AnyTagClassName
 {
   color: #10085F;
 }
</style>

background-color css

<style>
 a { background-color: #10085F; }

 a { background-color: rgb(16,8,95); }

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

border-color css

<style>
 span { border-color: #10085F; }

 span { border-color: rgb(16,8,95); }

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