#1618A5

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

Shades of Ultramarine #1618A5

Tints of Ultramarine #1618A5

Color information

#1618A5 (or 0x1618A5) is unknown color: approx Ultramarine. HEX triplet: 16, 18 and A5. RGB value is (22,24,165). Sum of RGB (Red+Green+Blue) = 22+24+165=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 165 (64.84% from 255 or 78.20% from 211); Max value from RGB is 165 - color contains mainly: blue. Hex color #1618A5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1618A5 is #E9E75A. Grayscale: #262626. Windows color (decimal): -15329115 or 10819606. OLE color: 10819606.

HSL color Cylindrical-coordinate representation of color #1618A5: hue angle of 239.16º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1618A5 is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2224165-
CMYK0.870.8500.35
HSL239.16º76.47%36.67%-
HSV(B)239.16º86.67%64.71%-
XYZ7.453.5435.89-
YUV39.48198.84115.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.43%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 165 (64.84% from 255) = 78.20%
R=10.43%
G=11.37%
B=78.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal22241650.870.8500.35239.1676.4736.67
Hex1618A55755023ef4c25
Octal263024512712504335711445
Binary101101100010100101101011110101010100011111011111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1618A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1618A5; }

 p { color: rgb(22,24,165); }

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

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

 a { background-color: rgb(22,24,165); }

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

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

 span { border-color: rgb(22,24,165); }

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