Html Css Color HEX #10165F Midnight Blue

📋 copy color: '#10165F'

red 16 ◦ green 22 ◦ blue 95

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

Shades of Midnight Blue #10165F

Tints of Midnight Blue #10165F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.54%

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

R = 12.03%
G = 16.54%
B = 71.43%

CMYK

 C value IS 0.83

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#10165F (or 0x10165F) is known color: Midnight Blue. HEX triplet: 10, 16 and 5F. RGB value is (16,22,95). Sum of RGB (Red+Green+Blue) = 16+22+95=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 95 (37.5% from 255 or 71.43% from 133); Max value from RGB is 95 - color contains mainly: blue. Hex color #10165F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10165F is #EFE9A0. Grayscale: #1C1C1C. Windows color (decimal): -15722913 or 6231568. OLE color: 6231568.

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

Color convert

RGB 16 22 95 -
CMYK 0.83 0.77 0 0.63
HSL 235.44º 0.71% 0.22% -
HSV(B) 235.44º 0.83% 0.37% -
XYZ 2.57 1.51 10.98 -
YUV 28.53 165.51 119.06 -
System Red Green Blue C M Y K H S L
Decimal 16 22 95 0.83 0.77 0 0.63 235.44 0.71 0.22
Hex 10 16 5F 53 4D 0 3F EB 47 16
Octal 20 26 137 123 115 0 77 353 107 26
Binary 10000 10110 1011111 1010011 1001101 0 111111 11101011 1000111 10110

Color Harmonies of #10165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10165F

Black with #10165F

Text Example


Text Example

White with #10165F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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