Html Css Color HEX #18095A Midnight Blue

📋 copy color: '#18095A'

red 24 ◦ green 9 ◦ blue 90

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

Shades of Midnight Blue #18095A

Tints of Midnight Blue #18095A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 73.17%

R = 19.51%
G = 7.32%
B = 73.17%

CMYK

 C value IS 0.73

 M value IS 0.9

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#18095A (or 0x18095A) is known color: Midnight Blue. HEX triplet: 18, 09 and 5A. RGB value is (24,9,90). Sum of RGB (Red+Green+Blue) = 24+9+90=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 90 (35.55% from 255 or 73.17% from 123); Max value from RGB is 90 - color contains mainly: blue. Hex color #18095A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18095A is #E7F6A5. Grayscale: #161616. Windows color (decimal): -15201958 or 5900568. OLE color: 5900568.

HSL color Cylindrical-coordinate representation of color #18095A: hue angle of 251.11º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18095A is Cyan = 0.73, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 9 90 -
CMYK 0.73 0.9 0 0.65
HSL 251.11º 0.82% 0.19% -
HSV(B) 251.11º 0.9% 0.35% -
XYZ 2.32 1.13 9.77 -
YUV 22.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 24 9 90 0.73 0.9 0 0.65 251.11 0.82 0.19
Hex 18 9 5A 49 5A 0 41 FB 52 13
Octal 30 11 132 111 132 0 101 373 122 23
Binary 11000 1001 1011010 1001001 1011010 0 1000001 11111011 1010010 10011

Color Harmonies of #18095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18095A

Black with #18095A

Text Example


Text Example

White with #18095A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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