#18238A

Color #18238A Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #18238A

Tints of Midnight Blue #18238A

Color information

#18238A (or 0x18238A) is unknown color: approx Midnight Blue. HEX triplet: 18, 23 and 8A. RGB value is (24,35,138). Sum of RGB (Red+Green+Blue) = 24+35+138=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 138 (54.30% from 255 or 70.05% from 197); Max value from RGB is 138 - color contains mainly: blue. Hex color #18238A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18238A is #E7DC75. Grayscale: #2B2B2B. Windows color (decimal): -15195254 or 9052952. OLE color: 9052952.

HSL color Cylindrical-coordinate representation of color #18238A: hue angle of 234.21º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18238A is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2435138-
CMYK0.830.7500.46
HSL234.21º70.37%31.76%-
HSV(B)234.21º82.61%54.12%-
XYZ5.573.2324.38-
YUV43.45181.36114.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.18%
GREEN value IS 35 (14.06% from 255) = 17.77%
BLUE value IS 138 (54.30% from 255) = 70.05%
R=12.18%
G=17.77%
B=70.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24351380.830.7500.46234.2170.3731.76
Hex18238A534B02Eea4620
Octal304321212311305635210640
Binary1100010001110001010101001110010110101110111010101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18238A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18238A; }

 p { color: rgb(24,35,138); }

 H1.HeaderClassName
 {
   color: #18238A;
 }
 .AnyTagClassName
 {
   color: #18238A;
 }
</style>
background-color css

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

 a { background-color: rgb(24,35,138); }

 div.DivClassName
 {
   background-color: #18238A;
 }
 .BgClassName
 {
   background-color: #18238A;
 }
</style>
border-color css

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

 span { border-color: rgb(24,35,138); }

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