Html Css Color HEX #180B57 Midnight Blue

📋 copy color: '#180B57'

red 24 ◦ green 11 ◦ blue 87

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

Shades of Midnight Blue #180B57

Tints of Midnight Blue #180B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 71.31%

R = 19.67%
G = 9.02%
B = 71.31%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#180B57 (or 0x180B57) is known color: Midnight Blue. HEX triplet: 18, 0B and 57. RGB value is (24,11,87). Sum of RGB (Red+Green+Blue) = 24+11+87=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 87 (34.38% from 255 or 71.31% from 122); Max value from RGB is 87 - color contains mainly: blue. Hex color #180B57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180B57 is #E7F4A8. Grayscale: #171717. Windows color (decimal): -15201449 or 5704472. OLE color: 5704472.

HSL color Cylindrical-coordinate representation of color #180B57: hue angle of 250.26º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #180B57 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 24 11 87 -
CMYK 0.72 0.87 0 0.66
HSL 250.26º 0.78% 0.19% -
HSV(B) 250.26º 0.87% 0.34% -
XYZ 2.22 1.12 9.12 -
YUV 23.55 163.81 128.32 -
System Red Green Blue C M Y K H S L
Decimal 24 11 87 0.72 0.87 0 0.66 250.26 0.78 0.19
Hex 18 B 57 48 57 0 42 FA 4E 13
Octal 30 13 127 110 127 0 102 372 116 23
Binary 11000 1011 1010111 1001000 1010111 0 1000010 11111010 1001110 10011

Color Harmonies of #180B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180B57

Black with #180B57

Text Example


Text Example

White with #180B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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