Html Css Color HEX #180C62 Midnight Blue

📋 copy color: '#180C62'

red 24 ◦ green 12 ◦ blue 98

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

Shades of Midnight Blue #180C62

Tints of Midnight Blue #180C62

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.96%

 BLUE value IS 98 (38.67% from 255) = 73.13%

R = 17.91%
G = 8.96%
B = 73.13%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#180C62 (or 0x180C62) is known color: Midnight Blue. HEX triplet: 18, 0C and 62. RGB value is (24,12,98). Sum of RGB (Red+Green+Blue) = 24+12+98=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 98 (38.67% from 255 or 73.13% from 134); Max value from RGB is 98 - color contains mainly: blue. Hex color #180C62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180C62 is #E7F39D. Grayscale: #191919. Windows color (decimal): -15201182 or 6425624. OLE color: 6425624.

HSL color Cylindrical-coordinate representation of color #180C62: hue angle of 248.37º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #180C62 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 12 98 -
CMYK 0.76 0.88 0 0.62
HSL 248.37º 0.78% 0.22% -
HSV(B) 248.37º 0.88% 0.38% -
XYZ 2.71 1.34 11.67 -
YUV 25.39 168.98 127.01 -
System Red Green Blue C M Y K H S L
Decimal 24 12 98 0.76 0.88 0 0.62 248.37 0.78 0.22
Hex 18 C 62 4C 58 0 3E F8 4E 16
Octal 30 14 142 114 130 0 76 370 116 26
Binary 11000 1100 1100010 1001100 1011000 0 111110 11111000 1001110 10110

Color Harmonies of #180C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180C62

Black with #180C62

Text Example


Text Example

White with #180C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180C62; }

 p { color: rgb(24,12,98); }

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

background-color css

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

 a { background-color: rgb(24,12,98); }

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

border-color css

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

 span { border-color: rgb(24,12,98); }

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