#16069B

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

Shades of Ultramarine #16069B

Tints of Ultramarine #16069B

Color information

#16069B (or 0x16069B) is unknown color: approx Ultramarine. HEX triplet: 16, 06 and 9B. RGB value is (22,6,155). Sum of RGB (Red+Green+Blue) = 22+6+155=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 155 (60.94% from 255 or 84.70% from 183); Max value from RGB is 155 - color contains mainly: blue. Hex color #16069B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16069B is #E9F964. Grayscale: #1B1B1B. Windows color (decimal): -15333733 or 10159638. OLE color: 10159638.

HSL color Cylindrical-coordinate representation of color #16069B: hue angle of 246.44º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #16069B is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB226155-
CMYK0.860.9600.39
HSL246.44º92.55%31.57%-
HSV(B)246.44º96.13%60.78%-
XYZ6.312.6731.19-
YUV27.77199.8123.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.02%
GREEN value IS 6 (2.73% from 255) = 3.28%
BLUE value IS 155 (60.94% from 255) = 84.70%
R=12.02%
G=3.28%
B=84.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2261550.860.9600.39246.4492.5531.57
Hex1669B5660027f65d20
Octal26623312614004736613540
Binary1011011010011011101011011000000100111111101101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16069B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,6,155); }

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

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

 a { background-color: rgb(22,6,155); }

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

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

 span { border-color: rgb(22,6,155); }

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