#18228C

Color #18228C Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #18228C

Tints of Ultramarine #18228C

Color information

#18228C (or 0x18228C) is unknown color: approx Ultramarine. HEX triplet: 18, 22 and 8C. RGB value is (24,34,140). Sum of RGB (Red+Green+Blue) = 24+34+140=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 140 (55.08% from 255 or 70.71% from 198); Max value from RGB is 140 - color contains mainly: blue. Hex color #18228C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18228C is #E7DD73. Grayscale: #2A2A2A. Windows color (decimal): -15195508 or 9183768. OLE color: 9183768.

HSL color Cylindrical-coordinate representation of color #18228C: hue angle of 234.83º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18228C is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2434140-
CMYK0.830.7600.45
HSL234.83º70.73%32.16%-
HSV(B)234.83º82.86%54.9%-
XYZ5.683.2325.14-
YUV43.09182.69114.38-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.12%
GREEN value IS 34 (13.67% from 255) = 17.17%
BLUE value IS 140 (55.08% from 255) = 70.71%
R=12.12%
G=17.17%
B=70.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24341400.830.7600.45234.8370.7332.16
Hex18228C534C02Deb4720
Octal304221412311405535310740
Binary1100010001010001100101001110011000101101111010111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18228C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18228C; }

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

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

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

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

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

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

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

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