Html Css Color HEX #18095D Midnight Blue

📋 copy color: '#18095D'

red 24 ◦ green 9 ◦ blue 93

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

Shades of Midnight Blue #18095D

Tints of Midnight Blue #18095D

RGB

 RED value IS 24 (9.77% from 255) = 19.05%

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

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

R = 19.05%
G = 7.14%
B = 73.81%

CMYK

 C value IS 0.74

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18095D (or 0x18095D) is known color: Midnight Blue. HEX triplet: 18, 09 and 5D. RGB value is (24,9,93). Sum of RGB (Red+Green+Blue) = 24+9+93=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 93 (36.72% from 255 or 73.81% from 126); Max value from RGB is 93 - color contains mainly: blue. Hex color #18095D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18095D is #E7F6A2. Grayscale: #161616. Windows color (decimal): -15201955 or 6097176. OLE color: 6097176.

HSL color Cylindrical-coordinate representation of color #18095D: hue angle of 250.71º 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 #18095D is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 9 93 -
CMYK 0.74 0.90 0 0.64
HSL 250.71º 0.82% 0.2% -
HSV(B) 250.71º 0.9% 0.36% -
XYZ 2.45 1.18 10.45 -
YUV 23.06 167.47 128.67 -
System Red Green Blue C M Y K H S L
Decimal 24 9 93 0.74 0.90 0 0.64 250.71 0.82 0.2
Hex 18 9 5D 4A 5A 0 40 FB 52 14
Octal 30 11 135 112 132 0 100 373 122 24
Binary 11000 1001 1011101 1001010 1011010 0 1000000 11111011 1010010 10100

Color Harmonies of #18095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18095D

Black with #18095D

Text Example


Text Example

White with #18095D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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