Html Css Color HEX #180068 Midnight Blue

📋 copy color: '#180068'

red 24 ◦ green 0 ◦ blue 104

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

Shades of Midnight Blue #180068

Tints of Midnight Blue #180068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 104 (41.02% from 255) = 81.25%

R = 18.75%
G = 0%
B = 81.25%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#180068 (or 0x180068) is known color: Midnight Blue. HEX triplet: 18, 00 and 68. RGB value is (24,0,104). Sum of RGB (Red+Green+Blue) = 24+0+104=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 104 (41.02% from 255 or 81.25% from 128); Max value from RGB is 104 - color contains mainly: blue. Hex color #180068 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180068 is #E7FF97. Grayscale: #121212. Windows color (decimal): -15204248 or 6815768. OLE color: 6815768.

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

Color convert

RGB 24 0 104 -
CMYK 0.77 1 0 0.59
HSL 253.85º 1% 0.2% -
HSV(B) 253.85º 1% 0.41% -
XYZ 2.88 1.19 13.18 -
YUV 19.03 175.95 131.54 -
System Red Green Blue C M Y K H S L
Decimal 24 0 104 0.77 1 0 0.59 253.85 1 0.2
Hex 18 0 68 4D 64 0 3B FE 64 14
Octal 30 0 150 115 144 0 73 376 144 24
Binary 11000 0 1101000 1001101 1100100 0 111011 11111110 1100100 10100

Color Harmonies of #180068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180068

Black with #180068

Text Example


Text Example

White with #180068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180068; }

 p { color: rgb(24,0,104); }

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

background-color css

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

 a { background-color: rgb(24,0,104); }

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

border-color css

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

 span { border-color: rgb(24,0,104); }

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