Html Css Color HEX #180B6D Midnight Blue

📋 copy color: '#180B6D'

red 24 ◦ green 11 ◦ blue 109

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

Shades of Midnight Blue #180B6D

Tints of Midnight Blue #180B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 75.69%

R = 16.67%
G = 7.64%
B = 75.69%

CMYK

 C value IS 0.78

 M value IS 0.90

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#180B6D (or 0x180B6D) is known color: Midnight Blue. HEX triplet: 18, 0B and 6D. RGB value is (24,11,109). Sum of RGB (Red+Green+Blue) = 24+11+109=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 109 (42.97% from 255 or 75.69% from 144); Max value from RGB is 109 - color contains mainly: blue. Hex color #180B6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180B6D is #E7F492. Grayscale: #191919. Windows color (decimal): -15201427 or 7146264. OLE color: 7146264.

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

Color convert

RGB 24 11 109 -
CMYK 0.78 0.90 0 0.57
HSL 247.96º 0.82% 0.24% -
HSV(B) 247.96º 0.9% 0.43% -
XYZ 3.26 1.54 14.59 -
YUV 26.06 174.81 126.53 -
System Red Green Blue C M Y K H S L
Decimal 24 11 109 0.78 0.90 0 0.57 247.96 0.82 0.24
Hex 18 B 6D 4E 5A 0 39 F8 52 18
Octal 30 13 155 116 132 0 71 370 122 30
Binary 11000 1011 1101101 1001110 1011010 0 111001 11111000 1010010 11000

Color Harmonies of #180B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180B6D

Black with #180B6D

Text Example


Text Example

White with #180B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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