Html Css Color HEX #180163 Midnight Blue

📋 copy color: '#180163'

red 24 ◦ green 1 ◦ blue 99

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

Shades of Midnight Blue #180163

Tints of Midnight Blue #180163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

 BLUE value IS 99 (39.06% from 255) = 79.84%

R = 19.35%
G = 0.81%
B = 79.84%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#180163 (or 0x180163) is known color: Midnight Blue. HEX triplet: 18, 01 and 63. RGB value is (24,1,99). Sum of RGB (Red+Green+Blue) = 24+1+99=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 99 (39.06% from 255 or 79.84% from 124); Max value from RGB is 99 - color contains mainly: blue. Hex color #180163 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180163 is #E7FE9C. Grayscale: #121212. Windows color (decimal): -15203997 or 6488344. OLE color: 6488344.

HSL color Cylindrical-coordinate representation of color #180163: hue angle of 254.08º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #180163 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 24 1 99 -
CMYK 0.76 0.99 0 0.61
HSL 254.08º 0.98% 0.2% -
HSV(B) 254.08º 0.99% 0.39% -
XYZ 2.64 1.12 11.88 -
YUV 19.05 173.12 131.53 -
System Red Green Blue C M Y K H S L
Decimal 24 1 99 0.76 0.99 0 0.61 254.08 0.98 0.2
Hex 18 1 63 4C 63 0 3D FE 62 14
Octal 30 1 143 114 143 0 75 376 142 24
Binary 11000 1 1100011 1001100 1100011 0 111101 11111110 1100010 10100

Color Harmonies of #180163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180163

Black with #180163

Text Example


Text Example

White with #180163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180163; }

 p { color: rgb(24,1,99); }

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

background-color css

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

 a { background-color: rgb(24,1,99); }

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

border-color css

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

 span { border-color: rgb(24,1,99); }

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