#16069E

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

Shades of Ultramarine #16069E

Tints of Ultramarine #16069E

Color information

#16069E (or 0x16069E) is unknown color: approx Ultramarine. HEX triplet: 16, 06 and 9E. RGB value is (22,6,158). Sum of RGB (Red+Green+Blue) = 22+6+158=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 158 (62.11% from 255 or 84.95% from 186); Max value from RGB is 158 - color contains mainly: blue. Hex color #16069E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16069E is #E9F961. Grayscale: #1B1B1B. Windows color (decimal): -15333730 or 10356246. OLE color: 10356246.

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

Color convert

RGB226158-
CMYK0.860.9600.38
HSL246.32º92.68%32.16%-
HSV(B)246.32º96.2%61.96%-
XYZ6.572.7732.54-
YUV28.11201.3123.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.83%
GREEN value IS 6 (2.73% from 255) = 3.23%
BLUE value IS 158 (62.11% from 255) = 84.95%
R=11.83%
G=3.23%
B=84.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2261580.860.9600.38246.3292.6832.16
Hex1669E5660026f65d20
Octal26623612614004636613540
Binary1011011010011110101011011000000100110111101101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16069E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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