Html Css Color HEX #180C69 Midnight Blue

📋 copy color: '#180C69'

red 24 ◦ green 12 ◦ blue 105

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

Shades of Midnight Blue #180C69

Tints of Midnight Blue #180C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 74.47%

R = 17.02%
G = 8.51%
B = 74.47%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#180C69 (or 0x180C69) is known color: Midnight Blue. HEX triplet: 18, 0C and 69. RGB value is (24,12,105). Sum of RGB (Red+Green+Blue) = 24+12+105=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 105 (41.41% from 255 or 74.47% from 141); Max value from RGB is 105 - color contains mainly: blue. Hex color #180C69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180C69 is #E7F396. Grayscale: #191919. Windows color (decimal): -15201175 or 6884376. OLE color: 6884376.

HSL color Cylindrical-coordinate representation of color #180C69: hue angle of 247.74º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #180C69 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 12 105 -
CMYK 0.77 0.89 0 0.59
HSL 247.74º 0.79% 0.23% -
HSV(B) 247.74º 0.89% 0.41% -
XYZ 3.06 1.48 13.49 -
YUV 26.19 172.48 126.44 -
System Red Green Blue C M Y K H S L
Decimal 24 12 105 0.77 0.89 0 0.59 247.74 0.79 0.23
Hex 18 C 69 4D 59 0 3B F8 4F 17
Octal 30 14 151 115 131 0 73 370 117 27
Binary 11000 1100 1101001 1001101 1011001 0 111011 11111000 1001111 10111

Color Harmonies of #180C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180C69

Black with #180C69

Text Example


Text Example

White with #180C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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