#1614B2

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

Shades of Ultramarine #1614B2

Tints of Ultramarine #1614B2

Color information

#1614B2 (or 0x1614B2) is unknown color: approx Ultramarine. HEX triplet: 16, 14 and B2. RGB value is (22,20,178). Sum of RGB (Red+Green+Blue) = 22+20+178=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 178 (69.92% from 255 or 80.91% from 220); Max value from RGB is 178 - color contains mainly: blue. Hex color #1614B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1614B2 is #E9EB4D. Grayscale: #252525. Windows color (decimal): -15330126 or 11670550. OLE color: 11670550.

HSL color Cylindrical-coordinate representation of color #1614B2: hue angle of 240.76º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1614B2 is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2220178-
CMYK0.880.8900.30
HSL240.76º79.8%38.82%-
HSV(B)240.76º88.76%69.8%-
XYZ8.623.8942.42-
YUV38.61206.66116.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10%
GREEN value IS 20 (8.20% from 255) = 9.09%
BLUE value IS 178 (69.92% from 255) = 80.91%
R=10%
G=9.09%
B=80.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal22201780.880.8900.30240.7679.838.82
Hex1614B2585901Ef15027
Octal262426213013103636112047
Binary10110101001011001010110001011001011110111100011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1614B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1614B2; }

 p { color: rgb(22,20,178); }

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

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

 a { background-color: rgb(22,20,178); }

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

<style>
 span { border-color: #1614B2; }

 span { border-color: rgb(22,20,178); }

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