#18227a

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

Shades of Midnight Blue #18227A

Tints of Midnight Blue #18227A

Color information

#18227A (or 0x18227A) is unknown color: approx Midnight Blue. HEX triplet: 18, 22 and 7A. RGB value is (24,34,122). Sum of RGB (Red+Green+Blue) = 24+34+122=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 122 (48.05% from 255 or 67.78% from 180); Max value from RGB is 122 - color contains mainly: blue. Hex color #18227A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18227A is #E7DD85. Grayscale: #282828. Windows color (decimal): -15195526 or 8004120. OLE color: 8004120.

HSL color Cylindrical-coordinate representation of color #18227A: hue angle of 233.88º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18227A is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2434122-
CMYK0.800.7200.52
HSL233.88º67.12%28.63%-
HSV(B)233.88º80.33%47.84%-
XYZ4.462.7418.71-
YUV41.04173.69115.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.33%
GREEN value IS 34 (13.67% from 255) = 18.89%
BLUE value IS 122 (48.05% from 255) = 67.78%
R=13.33%
G=18.89%
B=67.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24341220.800.7200.52233.8867.1228.63
Hex18227A5048034ea431d
Octal304217212011006435210335
Binary11000100010111101010100001001000011010011101010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18227a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18227a; }

 p { color: rgb(24,34,122); }

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

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

 a { background-color: rgb(24,34,122); }

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

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

 span { border-color: rgb(24,34,122); }

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