Html Css Color HEX #180370 Midnight Blue

📋 copy color: '#180370'

red 24 ◦ green 3 ◦ blue 112

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

Shades of Midnight Blue #180370

Tints of Midnight Blue #180370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.16%

 BLUE value IS 112 (44.14% from 255) = 80.58%

R = 17.27%
G = 2.16%
B = 80.58%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#180370 (or 0x180370) is known color: Midnight Blue. HEX triplet: 18, 03 and 70. RGB value is (24,3,112). Sum of RGB (Red+Green+Blue) = 24+3+112=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 112 (44.14% from 255 or 80.58% from 139); Max value from RGB is 112 - color contains mainly: blue. Hex color #180370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180370 is #E7FC8F. Grayscale: #151515. Windows color (decimal): -15203472 or 7340824. OLE color: 7340824.

HSL color Cylindrical-coordinate representation of color #180370: hue angle of 251.56º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #180370 is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 3 112 -
CMYK 0.79 0.97 0 0.56
HSL 251.56º 0.95% 0.23% -
HSV(B) 251.56º 0.97% 0.44% -
XYZ 3.33 1.43 15.43 -
YUV 21.71 178.96 129.64 -
System Red Green Blue C M Y K H S L
Decimal 24 3 112 0.79 0.97 0 0.56 251.56 0.95 0.23
Hex 18 3 70 4F 61 0 38 FC 5F 17
Octal 30 3 160 117 141 0 70 374 137 27
Binary 11000 11 1110000 1001111 1100001 0 111000 11111100 1011111 10111

Color Harmonies of #180370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180370

Black with #180370

Text Example


Text Example

White with #180370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180370; }

 p { color: rgb(24,3,112); }

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

background-color css

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

 a { background-color: rgb(24,3,112); }

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

border-color css

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

 span { border-color: rgb(24,3,112); }

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