Html Css Color HEX #180276 Midnight Blue

📋 copy color: '#180276'

red 24 ◦ green 2 ◦ blue 118

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

Shades of Midnight Blue #180276

Tints of Midnight Blue #180276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.39%

 BLUE value IS 118 (46.48% from 255) = 81.94%

R = 16.67%
G = 1.39%
B = 81.94%

CMYK

 C value IS 0.80

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#180276 (or 0x180276) is known color: Midnight Blue. HEX triplet: 18, 02 and 76. RGB value is (24,2,118). Sum of RGB (Red+Green+Blue) = 24+2+118=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 118 (46.48% from 255 or 81.94% from 144); Max value from RGB is 118 - color contains mainly: blue. Hex color #180276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180276 is #E7FD89. Grayscale: #151515. Windows color (decimal): -15203722 or 7733784. OLE color: 7733784.

HSL color Cylindrical-coordinate representation of color #180276: hue angle of 251.38º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180276 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 2 118 -
CMYK 0.80 0.98 0 0.54
HSL 251.38º 0.97% 0.24% -
HSV(B) 251.38º 0.98% 0.46% -
XYZ 3.67 1.55 17.24 -
YUV 21.8 182.29 129.57 -
System Red Green Blue C M Y K H S L
Decimal 24 2 118 0.80 0.98 0 0.54 251.38 0.97 0.24
Hex 18 2 76 50 62 0 36 FB 61 18
Octal 30 2 166 120 142 0 66 373 141 30
Binary 11000 10 1110110 1010000 1100010 0 110110 11111011 1100001 11000

Color Harmonies of #180276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180276

Black with #180276

Text Example


Text Example

White with #180276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180276; }

 p { color: rgb(24,2,118); }

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

background-color css

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

 a { background-color: rgb(24,2,118); }

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

border-color css

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

 span { border-color: rgb(24,2,118); }

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