Html Css Color HEX #180475 Midnight Blue

📋 copy color: '#180475'

red 24 ◦ green 4 ◦ blue 117

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

Shades of Midnight Blue #180475

Tints of Midnight Blue #180475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.76%

 BLUE value IS 117 (46.09% from 255) = 80.69%

R = 16.55%
G = 2.76%
B = 80.69%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#180475 (or 0x180475) is known color: Midnight Blue. HEX triplet: 18, 04 and 75. RGB value is (24,4,117). Sum of RGB (Red+Green+Blue) = 24+4+117=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 117 (46.09% from 255 or 80.69% from 145); Max value from RGB is 117 - color contains mainly: blue. Hex color #180475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180475 is #E7FB8A. Grayscale: #161616. Windows color (decimal): -15203211 or 7668760. OLE color: 7668760.

HSL color Cylindrical-coordinate representation of color #180475: hue angle of 250.62º degrees, saturation: 0.93, 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 #180475 is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 4 117 -
CMYK 0.79 0.97 0 0.54
HSL 250.62º 0.93% 0.24% -
HSV(B) 250.62º 0.97% 0.46% -
XYZ 3.63 1.57 16.94 -
YUV 22.86 181.13 128.81 -
System Red Green Blue C M Y K H S L
Decimal 24 4 117 0.79 0.97 0 0.54 250.62 0.93 0.24
Hex 18 4 75 4F 61 0 36 FB 5D 18
Octal 30 4 165 117 141 0 66 373 135 30
Binary 11000 100 1110101 1001111 1100001 0 110110 11111011 1011101 11000

Color Harmonies of #180475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180475

Black with #180475

Text Example


Text Example

White with #180475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180475; }

 p { color: rgb(24,4,117); }

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

background-color css

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

 a { background-color: rgb(24,4,117); }

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

border-color css

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

 span { border-color: rgb(24,4,117); }

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