Html Css Color HEX #180558 Midnight Blue

📋 copy color: '#180558'

red 24 ◦ green 5 ◦ blue 88

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

Shades of Midnight Blue #180558

Tints of Midnight Blue #180558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.27%

 BLUE value IS 88 (34.77% from 255) = 75.21%

R = 20.51%
G = 4.27%
B = 75.21%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#180558 (or 0x180558) is known color: Midnight Blue. HEX triplet: 18, 05 and 58. RGB value is (24,5,88). Sum of RGB (Red+Green+Blue) = 24+5+88=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 88 (34.77% from 255 or 75.21% from 117); Max value from RGB is 88 - color contains mainly: blue. Hex color #180558 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180558 is #E7FAA7. Grayscale: #131313. Windows color (decimal): -15202984 or 5768472. OLE color: 5768472.

HSL color Cylindrical-coordinate representation of color #180558: hue angle of 253.73º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180558 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 5 88 -
CMYK 0.73 0.94 0 0.65
HSL 253.73º 0.89% 0.18% -
HSV(B) 253.73º 0.94% 0.35% -
XYZ 2.19 1.01 9.31 -
YUV 20.14 166.29 130.75 -
System Red Green Blue C M Y K H S L
Decimal 24 5 88 0.73 0.94 0 0.65 253.73 0.89 0.18
Hex 18 5 58 49 5E 0 41 FE 59 12
Octal 30 5 130 111 136 0 101 376 131 22
Binary 11000 101 1011000 1001001 1011110 0 1000001 11111110 1011001 10010

Color Harmonies of #180558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180558

Black with #180558

Text Example


Text Example

White with #180558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180558; }

 p { color: rgb(24,5,88); }

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

background-color css

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

 a { background-color: rgb(24,5,88); }

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

border-color css

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

 span { border-color: rgb(24,5,88); }

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