#16148a

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

Shades of Ultramarine #16148A

Tints of Ultramarine #16148A

Color information

#16148A (or 0x16148A) is unknown color: approx Ultramarine. HEX triplet: 16, 14 and 8A. RGB value is (22,20,138). Sum of RGB (Red+Green+Blue) = 22+20+138=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 138 (54.30% from 255 or 76.67% from 180); Max value from RGB is 138 - color contains mainly: blue. Hex color #16148A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16148A is #E9EB75. Grayscale: #212121. Windows color (decimal): -15330166 or 9049110. OLE color: 9049110.

HSL color Cylindrical-coordinate representation of color #16148A: hue angle of 241.02º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16148A is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2220138-
CMYK0.840.8600.46
HSL241.02º74.68%30.98%-
HSV(B)241.02º85.51%54.12%-
XYZ5.172.5124.26-
YUV34.05186.66119.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.22%
GREEN value IS 20 (8.20% from 255) = 11.11%
BLUE value IS 138 (54.30% from 255) = 76.67%
R=12.22%
G=11.11%
B=76.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal22201380.840.8600.46241.0274.6830.98
Hex16148A545602Ef14b1f
Octal262421212412605636111337
Binary10110101001000101010101001010110010111011110001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16148a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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