Html Css Color HEX #180274 Midnight Blue

📋 copy color: '#180274'

red 24 ◦ green 2 ◦ blue 116

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

Shades of Midnight Blue #180274

Tints of Midnight Blue #180274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 81.69%

R = 16.9%
G = 1.41%
B = 81.69%

CMYK

 C value IS 0.79

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#180274 (or 0x180274) is known color: Midnight Blue. HEX triplet: 18, 02 and 74. RGB value is (24,2,116). Sum of RGB (Red+Green+Blue) = 24+2+116=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 116 (45.70% from 255 or 81.69% from 142); Max value from RGB is 116 - color contains mainly: blue. Hex color #180274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180274 is #E7FD8B. Grayscale: #151515. Windows color (decimal): -15203724 or 7602712. OLE color: 7602712.

HSL color Cylindrical-coordinate representation of color #180274: hue angle of 251.58º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180274 is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 2 116 -
CMYK 0.79 0.98 0 0.55
HSL 251.58º 0.97% 0.23% -
HSV(B) 251.58º 0.98% 0.45% -
XYZ 3.55 1.5 16.63 -
YUV 21.57 181.29 129.73 -
System Red Green Blue C M Y K H S L
Decimal 24 2 116 0.79 0.98 0 0.55 251.58 0.97 0.23
Hex 18 2 74 4F 62 0 37 FC 61 17
Octal 30 2 164 117 142 0 67 374 141 27
Binary 11000 10 1110100 1001111 1100010 0 110111 11111100 1100001 10111

Color Harmonies of #180274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180274

Black with #180274

Text Example


Text Example

White with #180274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180274; }

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

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

background-color css

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

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

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

border-color css

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

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

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