Html Css Color HEX #181258 Midnight Blue

📋 copy color: '#181258'

red 24 ◦ green 18 ◦ blue 88

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

Shades of Midnight Blue #181258

Tints of Midnight Blue #181258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 67.69%

R = 18.46%
G = 13.85%
B = 67.69%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#181258 (or 0x181258) is known color: Midnight Blue. HEX triplet: 18, 12 and 58. RGB value is (24,18,88). Sum of RGB (Red+Green+Blue) = 24+18+88=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 88 (34.77% from 255 or 67.69% from 130); Max value from RGB is 88 - color contains mainly: blue. Hex color #181258 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181258 is #E7EDA7. Grayscale: #1B1B1B. Windows color (decimal): -15199656 or 5771800. OLE color: 5771800.

HSL color Cylindrical-coordinate representation of color #181258: hue angle of 245.14º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #181258 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 18 88 -
CMYK 0.73 0.80 0 0.65
HSL 245.14º 0.66% 0.21% -
HSV(B) 245.14º 0.8% 0.35% -
XYZ 2.35 1.33 9.37 -
YUV 27.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 24 18 88 0.73 0.80 0 0.65 245.14 0.66 0.21
Hex 18 12 58 49 50 0 41 F5 42 15
Octal 30 22 130 111 120 0 101 365 102 25
Binary 11000 10010 1011000 1001001 1010000 0 1000001 11110101 1000010 10101

Color Harmonies of #181258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181258

Black with #181258

Text Example


Text Example

White with #181258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181258; }

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

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

background-color css

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

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

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

border-color css

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

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

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