Html Css Color HEX #180268 Midnight Blue

📋 copy color: '#180268'

red 24 ◦ green 2 ◦ blue 104

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

Shades of Midnight Blue #180268

Tints of Midnight Blue #180268

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.54%

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

R = 18.46%
G = 1.54%
B = 80%

CMYK

 C value IS 0.77

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#180268 (or 0x180268) is known color: Midnight Blue. HEX triplet: 18, 02 and 68. RGB value is (24,2,104). Sum of RGB (Red+Green+Blue) = 24+2+104=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 104 (41.02% from 255 or 80% from 130); Max value from RGB is 104 - color contains mainly: blue. Hex color #180268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180268 is #E7FD97. Grayscale: #131313. Windows color (decimal): -15203736 or 6816280. OLE color: 6816280.

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

Color convert

RGB 24 2 104 -
CMYK 0.77 0.98 0 0.59
HSL 252.94º 0.96% 0.21% -
HSV(B) 252.94º 0.98% 0.41% -
XYZ 2.9 1.24 13.18 -
YUV 20.21 175.29 130.71 -
System Red Green Blue C M Y K H S L
Decimal 24 2 104 0.77 0.98 0 0.59 252.94 0.96 0.21
Hex 18 2 68 4D 62 0 3B FD 60 15
Octal 30 2 150 115 142 0 73 375 140 25
Binary 11000 10 1101000 1001101 1100010 0 111011 11111101 1100000 10101

Color Harmonies of #180268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180268

Black with #180268

Text Example


Text Example

White with #180268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180268; }

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

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

background-color css

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

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

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

border-color css

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

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

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