Html Css Color HEX #180A61 Midnight Blue

📋 copy color: '#180A61'

red 24 ◦ green 10 ◦ blue 97

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

Shades of Midnight Blue #180A61

Tints of Midnight Blue #180A61

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.63%

 BLUE value IS 97 (38.28% from 255) = 74.05%

R = 18.32%
G = 7.63%
B = 74.05%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#180A61 (or 0x180A61) is known color: Midnight Blue. HEX triplet: 18, 0A and 61. RGB value is (24,10,97). Sum of RGB (Red+Green+Blue) = 24+10+97=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 10 (4.30% from 255 or 7.63% from 131); Blue value is 97 (38.28% from 255 or 74.05% from 131); Max value from RGB is 97 - color contains mainly: blue. Hex color #180A61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180A61 is #E7F59E. Grayscale: #171717. Windows color (decimal): -15201695 or 6359576. OLE color: 6359576.

HSL color Cylindrical-coordinate representation of color #180A61: hue angle of 249.66º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180A61 is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 10 97 -
CMYK 0.75 0.90 0 0.62
HSL 249.66º 0.81% 0.21% -
HSV(B) 249.66º 0.9% 0.38% -
XYZ 2.64 1.27 11.42 -
YUV 24.1 169.14 127.93 -
System Red Green Blue C M Y K H S L
Decimal 24 10 97 0.75 0.90 0 0.62 249.66 0.81 0.21
Hex 18 A 61 4B 5A 0 3E FA 51 15
Octal 30 12 141 113 132 0 76 372 121 25
Binary 11000 1010 1100001 1001011 1011010 0 111110 11111010 1010001 10101

Color Harmonies of #180A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180A61

Black with #180A61

Text Example


Text Example

White with #180A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,10,97); }

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

background-color css

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

 a { background-color: rgb(24,10,97); }

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

border-color css

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

 span { border-color: rgb(24,10,97); }

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