Html Css Color HEX #18065D Midnight Blue

📋 copy color: '#18065D'

red 24 ◦ green 6 ◦ blue 93

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

Shades of Midnight Blue #18065D

Tints of Midnight Blue #18065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.88%

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

R = 19.51%
G = 4.88%
B = 75.61%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18065D (or 0x18065D) is known color: Midnight Blue. HEX triplet: 18, 06 and 5D. RGB value is (24,6,93). Sum of RGB (Red+Green+Blue) = 24+6+93=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 93 (36.72% from 255 or 75.61% from 123); Max value from RGB is 93 - color contains mainly: blue. Hex color #18065D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18065D is #E7F9A2. Grayscale: #141414. Windows color (decimal): -15202723 or 6096408. OLE color: 6096408.

HSL color Cylindrical-coordinate representation of color #18065D: hue angle of 252.41º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #18065D is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 6 93 -
CMYK 0.74 0.94 0 0.64
HSL 252.41º 0.88% 0.19% -
HSV(B) 252.41º 0.94% 0.36% -
XYZ 2.42 1.11 10.44 -
YUV 21.3 168.46 129.93 -
System Red Green Blue C M Y K H S L
Decimal 24 6 93 0.74 0.94 0 0.64 252.41 0.88 0.19
Hex 18 6 5D 4A 5E 0 40 FC 58 13
Octal 30 6 135 112 136 0 100 374 130 23
Binary 11000 110 1011101 1001010 1011110 0 1000000 11111100 1011000 10011

Color Harmonies of #18065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18065D

Black with #18065D

Text Example


Text Example

White with #18065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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