Html Css Color HEX #180565 Midnight Blue

📋 copy color: '#180565'

red 24 ◦ green 5 ◦ blue 101

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

Shades of Midnight Blue #180565

Tints of Midnight Blue #180565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 77.69%

R = 18.46%
G = 3.85%
B = 77.69%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#180565 (or 0x180565) is known color: Midnight Blue. HEX triplet: 18, 05 and 65. RGB value is (24,5,101). Sum of RGB (Red+Green+Blue) = 24+5+101=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 101 (39.84% from 255 or 77.69% from 130); Max value from RGB is 101 - color contains mainly: blue. Hex color #180565 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180565 is #E7FA9A. Grayscale: #151515. Windows color (decimal): -15202971 or 6620440. OLE color: 6620440.

HSL color Cylindrical-coordinate representation of color #180565: hue angle of 251.87º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180565 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 24 5 101 -
CMYK 0.76 0.95 0 0.60
HSL 251.88º 0.91% 0.21% -
HSV(B) 251.88º 0.95% 0.4% -
XYZ 2.78 1.24 12.41 -
YUV 21.63 172.79 129.69 -
System Red Green Blue C M Y K H S L
Decimal 24 5 101 0.76 0.95 0 0.60 251.88 0.91 0.21
Hex 18 5 65 4C 5F 0 3C FC 5B 15
Octal 30 5 145 114 137 0 74 374 133 25
Binary 11000 101 1100101 1001100 1011111 0 111100 11111100 1011011 10101

Color Harmonies of #180565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180565

Black with #180565

Text Example


Text Example

White with #180565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180565; }

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

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

background-color css

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

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

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

border-color css

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

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

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