Html Css Color HEX #180C6F Midnight Blue

📋 copy color: '#180C6F'

red 24 ◦ green 12 ◦ blue 111

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

Shades of Midnight Blue #180C6F

Tints of Midnight Blue #180C6F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.16%

 BLUE value IS 111 (43.75% from 255) = 75.51%

R = 16.33%
G = 8.16%
B = 75.51%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#180C6F (or 0x180C6F) is known color: Midnight Blue. HEX triplet: 18, 0C and 6F. RGB value is (24,12,111). Sum of RGB (Red+Green+Blue) = 24+12+111=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 111 (43.75% from 255 or 75.51% from 147); Max value from RGB is 111 - color contains mainly: blue. Hex color #180C6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180C6F is #E7F390. Grayscale: #1A1A1A. Windows color (decimal): -15201169 or 7277592. OLE color: 7277592.

HSL color Cylindrical-coordinate representation of color #180C6F: hue angle of 247.27º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #180C6F is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 12 111 -
CMYK 0.78 0.89 0 0.56
HSL 247.27º 0.8% 0.24% -
HSV(B) 247.27º 0.89% 0.44% -
XYZ 3.38 1.6 15.17 -
YUV 26.87 175.48 125.95 -
System Red Green Blue C M Y K H S L
Decimal 24 12 111 0.78 0.89 0 0.56 247.27 0.8 0.24
Hex 18 C 6F 4E 59 0 38 F7 50 18
Octal 30 14 157 116 131 0 70 367 120 30
Binary 11000 1100 1101111 1001110 1011001 0 111000 11110111 1010000 11000

Color Harmonies of #180C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180C6F

Black with #180C6F

Text Example


Text Example

White with #180C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180C6F; }

 p { color: rgb(24,12,111); }

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

background-color css

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

 a { background-color: rgb(24,12,111); }

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

border-color css

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

 span { border-color: rgb(24,12,111); }

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