Html Css Color HEX #180B70 Midnight Blue

📋 copy color: '#180B70'

red 24 ◦ green 11 ◦ blue 112

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

Shades of Midnight Blue #180B70

Tints of Midnight Blue #180B70

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.48%

 BLUE value IS 112 (44.14% from 255) = 76.19%

R = 16.33%
G = 7.48%
B = 76.19%

CMYK

 C value IS 0.79

 M value IS 0.90

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#180B70 (or 0x180B70) is known color: Midnight Blue. HEX triplet: 18, 0B and 70. RGB value is (24,11,112). Sum of RGB (Red+Green+Blue) = 24+11+112=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 112 (44.14% from 255 or 76.19% from 147); Max value from RGB is 112 - color contains mainly: blue. Hex color #180B70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180B70 is #E7F48F. Grayscale: #1A1A1A. Windows color (decimal): -15201424 or 7342872. OLE color: 7342872.

HSL color Cylindrical-coordinate representation of color #180B70: hue angle of 247.72º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180B70 is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 11 112 -
CMYK 0.79 0.90 0 0.56
HSL 247.72º 0.82% 0.24% -
HSV(B) 247.72º 0.9% 0.44% -
XYZ 3.42 1.6 15.46 -
YUV 26.4 176.31 126.29 -
System Red Green Blue C M Y K H S L
Decimal 24 11 112 0.79 0.90 0 0.56 247.72 0.82 0.24
Hex 18 B 70 4F 5A 0 38 F8 52 18
Octal 30 13 160 117 132 0 70 370 122 30
Binary 11000 1011 1110000 1001111 1011010 0 111000 11111000 1010010 11000

Color Harmonies of #180B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180B70

Black with #180B70

Text Example


Text Example

White with #180B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,11,112); }

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

background-color css

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

 a { background-color: rgb(24,11,112); }

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

border-color css

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

 span { border-color: rgb(24,11,112); }

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