#18127B

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

Shades of Midnight Blue #18127B

Tints of Midnight Blue #18127B

Color information

#18127B (or 0x18127B) is unknown color: approx Midnight Blue. HEX triplet: 18, 12 and 7B. RGB value is (24,18,123). Sum of RGB (Red+Green+Blue) = 24+18+123=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 123 (48.44% from 255 or 74.55% from 165); Max value from RGB is 123 - color contains mainly: blue. Hex color #18127B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18127B is #E7ED84. Grayscale: #1F1F1F. Windows color (decimal): -15199621 or 8065560. OLE color: 8065560.

HSL color Cylindrical-coordinate representation of color #18127B: hue angle of 243.43º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18127B is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2418123-
CMYK0.800.8500.52
HSL243.43º74.47%27.65%-
HSV(B)243.43º85.37%48.24%-
XYZ4.172.0618.92-
YUV31.76179.49122.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.55%
GREEN value IS 18 (7.42% from 255) = 10.91%
BLUE value IS 123 (48.44% from 255) = 74.55%
R=14.55%
G=10.91%
B=74.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24181230.800.8500.52243.4374.4727.65
Hex18127B5055034f34a1c
Octal302217312012506436311234
Binary1100010010111101110100001010101011010011110011100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18127B; }

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

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

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

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

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

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

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

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