Html Css Color HEX #180A6F Midnight Blue

📋 copy color: '#180A6F'

red 24 ◦ green 10 ◦ blue 111

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

Shades of Midnight Blue #180A6F

Tints of Midnight Blue #180A6F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.9%

 BLUE value IS 111 (43.75% from 255) = 76.55%

R = 16.55%
G = 6.9%
B = 76.55%

CMYK

 C value IS 0.78

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#180A6F (or 0x180A6F) is known color: Midnight Blue. HEX triplet: 18, 0A and 6F. RGB value is (24,10,111). Sum of RGB (Red+Green+Blue) = 24+10+111=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 10 (4.30% from 255 or 6.90% from 145); Blue value is 111 (43.75% from 255 or 76.55% from 145); Max value from RGB is 111 - color contains mainly: blue. Hex color #180A6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180A6F is #E7F590. Grayscale: #191919. Windows color (decimal): -15201681 or 7277080. OLE color: 7277080.

HSL color Cylindrical-coordinate representation of color #180A6F: hue angle of 248.32º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #180A6F is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 10 111 -
CMYK 0.78 0.91 0 0.56
HSL 248.32º 0.83% 0.24% -
HSV(B) 248.32º 0.91% 0.44% -
XYZ 3.35 1.56 15.16 -
YUV 25.7 176.14 126.79 -
System Red Green Blue C M Y K H S L
Decimal 24 10 111 0.78 0.91 0 0.56 248.32 0.83 0.24
Hex 18 A 6F 4E 5B 0 38 F8 53 18
Octal 30 12 157 116 133 0 70 370 123 30
Binary 11000 1010 1101111 1001110 1011011 0 111000 11111000 1010011 11000

Color Harmonies of #180A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180A6F

Black with #180A6F

Text Example


Text Example

White with #180A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,10,111); }

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

background-color css

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

 a { background-color: rgb(24,10,111); }

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

border-color css

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

 span { border-color: rgb(24,10,111); }

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