Html Css Color HEX #18085E Midnight Blue

📋 copy color: '#18085E'

red 24 ◦ green 8 ◦ blue 94

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

Shades of Midnight Blue #18085E

Tints of Midnight Blue #18085E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 74.6%

R = 19.05%
G = 6.35%
B = 74.6%

CMYK

 C value IS 0.74

 M value IS 0.91

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#18085E (or 0x18085E) is known color: Midnight Blue. HEX triplet: 18, 08 and 5E. RGB value is (24,8,94). Sum of RGB (Red+Green+Blue) = 24+8+94=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 94 (37.11% from 255 or 74.60% from 126); Max value from RGB is 94 - color contains mainly: blue. Hex color #18085E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18085E is #E7F7A1. Grayscale: #161616. Windows color (decimal): -15202210 or 6162456. OLE color: 6162456.

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

Color convert

RGB 24 8 94 -
CMYK 0.74 0.91 0 0.63
HSL 251.16º 0.84% 0.2% -
HSV(B) 251.16º 0.91% 0.37% -
XYZ 2.48 1.18 10.69 -
YUV 22.59 168.3 129.01 -
System Red Green Blue C M Y K H S L
Decimal 24 8 94 0.74 0.91 0 0.63 251.16 0.84 0.2
Hex 18 8 5E 4A 5B 0 3F FB 54 14
Octal 30 10 136 112 133 0 77 373 124 24
Binary 11000 1000 1011110 1001010 1011011 0 111111 11111011 1010100 10100

Color Harmonies of #18085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18085E

Black with #18085E

Text Example


Text Example

White with #18085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18085E; }

 p { color: rgb(24,8,94); }

 H1.HeaderClassName
 {
   color: #18085E;
 }
 .AnyTagClassName
 {
   color: #18085E;
 }
</style>

background-color css

<style>
 a { background-color: #18085E; }

 a { background-color: rgb(24,8,94); }

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

border-color css

<style>
 span { border-color: #18085E; }

 span { border-color: rgb(24,8,94); }

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