Html Css Color HEX #180964 Midnight Blue

📋 copy color: '#180964'

red 24 ◦ green 9 ◦ blue 100

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

Shades of Midnight Blue #180964

Tints of Midnight Blue #180964

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.77%

 BLUE value IS 100 (39.45% from 255) = 75.19%

R = 18.05%
G = 6.77%
B = 75.19%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#180964 (or 0x180964) is known color: Midnight Blue. HEX triplet: 18, 09 and 64. RGB value is (24,9,100). Sum of RGB (Red+Green+Blue) = 24+9+100=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 100 (39.45% from 255 or 75.19% from 133); Max value from RGB is 100 - color contains mainly: blue. Hex color #180964 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180964 is #E7F69B. Grayscale: #171717. Windows color (decimal): -15201948 or 6555928. OLE color: 6555928.

HSL color Cylindrical-coordinate representation of color #180964: hue angle of 249.89º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #180964 is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 24 9 100 -
CMYK 0.76 0.91 0 0.61
HSL 249.89º 0.83% 0.21% -
HSV(B) 249.89º 0.91% 0.39% -
XYZ 2.77 1.31 12.16 -
YUV 23.86 170.97 128.1 -
System Red Green Blue C M Y K H S L
Decimal 24 9 100 0.76 0.91 0 0.61 249.89 0.83 0.21
Hex 18 9 64 4C 5B 0 3D FA 53 15
Octal 30 11 144 114 133 0 75 372 123 25
Binary 11000 1001 1100100 1001100 1011011 0 111101 11111010 1010011 10101

Color Harmonies of #180964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180964

Black with #180964

Text Example


Text Example

White with #180964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180964; }

 p { color: rgb(24,9,100); }

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

background-color css

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

 a { background-color: rgb(24,9,100); }

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

border-color css

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

 span { border-color: rgb(24,9,100); }

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