Html Css Color HEX #181261 Midnight Blue

📋 copy color: '#181261'

red 24 ◦ green 18 ◦ blue 97

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

Shades of Midnight Blue #181261

Tints of Midnight Blue #181261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.95%

 BLUE value IS 97 (38.28% from 255) = 69.78%

R = 17.27%
G = 12.95%
B = 69.78%

CMYK

 C value IS 0.75

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#181261 (or 0x181261) is known color: Midnight Blue. HEX triplet: 18, 12 and 61. RGB value is (24,18,97). Sum of RGB (Red+Green+Blue) = 24+18+97=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 97 (38.28% from 255 or 69.78% from 139); Max value from RGB is 97 - color contains mainly: blue. Hex color #181261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181261 is #E7ED9E. Grayscale: #1C1C1C. Windows color (decimal): -15199647 or 6361624. OLE color: 6361624.

HSL color Cylindrical-coordinate representation of color #181261: hue angle of 244.56º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #181261 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 18 97 -
CMYK 0.75 0.81 0 0.62
HSL 244.56º 0.69% 0.23% -
HSV(B) 244.56º 0.81% 0.38% -
XYZ 2.75 1.49 11.45 -
YUV 28.8 166.49 124.58 -
System Red Green Blue C M Y K H S L
Decimal 24 18 97 0.75 0.81 0 0.62 244.56 0.69 0.23
Hex 18 12 61 4B 51 0 3E F5 45 17
Octal 30 22 141 113 121 0 76 365 105 27
Binary 11000 10010 1100001 1001011 1010001 0 111110 11110101 1000101 10111

Color Harmonies of #181261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181261

Black with #181261

Text Example


Text Example

White with #181261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181261; }

 p { color: rgb(24,18,97); }

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

background-color css

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

 a { background-color: rgb(24,18,97); }

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

border-color css

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

 span { border-color: rgb(24,18,97); }

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