Html Css Color HEX #180376 Midnight Blue

📋 copy color: '#180376'

red 24 ◦ green 3 ◦ blue 118

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

Shades of Midnight Blue #180376

Tints of Midnight Blue #180376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.07%

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

R = 16.55%
G = 2.07%
B = 81.38%

CMYK

 C value IS 0.80

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#180376 (or 0x180376) is known color: Midnight Blue. HEX triplet: 18, 03 and 76. RGB value is (24,3,118). Sum of RGB (Red+Green+Blue) = 24+3+118=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 118 (46.48% from 255 or 81.38% from 145); Max value from RGB is 118 - color contains mainly: blue. Hex color #180376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180376 is #E7FC89. Grayscale: #151515. Windows color (decimal): -15203466 or 7734040. OLE color: 7734040.

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

Color convert

RGB 24 3 118 -
CMYK 0.80 0.97 0 0.54
HSL 250.96º 0.95% 0.24% -
HSV(B) 250.96º 0.97% 0.46% -
XYZ 3.68 1.57 17.25 -
YUV 22.39 181.96 129.15 -
System Red Green Blue C M Y K H S L
Decimal 24 3 118 0.80 0.97 0 0.54 250.96 0.95 0.24
Hex 18 3 76 50 61 0 36 FB 5F 18
Octal 30 3 166 120 141 0 66 373 137 30
Binary 11000 11 1110110 1010000 1100001 0 110110 11111011 1011111 11000

Color Harmonies of #180376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180376

Black with #180376

Text Example


Text Example

White with #180376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180376; }

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

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

background-color css

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

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

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

border-color css

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

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

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