Html Css Color HEX #16095D Midnight Blue

📋 copy color: '#16095D'

red 22 ◦ green 9 ◦ blue 93

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

Shades of Midnight Blue #16095D

Tints of Midnight Blue #16095D

RGB

 RED value IS 22 (8.98% from 255) = 17.74%

 GREEN value IS 9 (3.91% from 255) = 7.26%

 BLUE value IS 93 (36.72% from 255) = 75%

R = 17.74%
G = 7.26%
B = 75%

CMYK

 C value IS 0.76

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#16095D (or 0x16095D) is known color: Midnight Blue. HEX triplet: 16, 09 and 5D. RGB value is (22,9,93). Sum of RGB (Red+Green+Blue) = 22+9+93=124 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.74% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 93 (36.72% from 255 or 75% from 124); Max value from RGB is 93 - color contains mainly: blue. Hex color #16095D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16095D is #E9F6A2. Grayscale: #161616. Windows color (decimal): -15333027 or 6097174. OLE color: 6097174.

HSL color Cylindrical-coordinate representation of color #16095D: hue angle of 249.29º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16095D is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 22 9 93 -
CMYK 0.76 0.90 0 0.64
HSL 249.29º 0.82% 0.2% -
HSV(B) 249.29º 0.9% 0.36% -
XYZ 2.4 1.16 10.45 -
YUV 22.46 167.81 127.67 -
System Red Green Blue C M Y K H S L
Decimal 22 9 93 0.76 0.90 0 0.64 249.29 0.82 0.2
Hex 16 9 5D 4C 5A 0 40 F9 52 14
Octal 26 11 135 114 132 0 100 371 122 24
Binary 10110 1001 1011101 1001100 1011010 0 1000000 11111001 1010010 10100

Color Harmonies of #16095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16095D

Black with #16095D

Text Example


Text Example

White with #16095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16095D; }

 p { color: rgb(22,9,93); }

 H1.HeaderClassName
 {
   color: #16095D;
 }
 .AnyTagClassName
 {
   color: #16095D;
 }
</style>

background-color css

<style>
 a { background-color: #16095D; }

 a { background-color: rgb(22,9,93); }

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

border-color css

<style>
 span { border-color: #16095D; }

 span { border-color: rgb(22,9,93); }

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