#16037F

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

Shades of Ultramarine #16037F

Tints of Ultramarine #16037F

Color information

#16037F (or 0x16037F) is unknown color: approx Ultramarine. HEX triplet: 16, 03 and 7F. RGB value is (22,3,127). Sum of RGB (Red+Green+Blue) = 22+3+127=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 127 (50% from 255 or 83.55% from 152); Max value from RGB is 127 - color contains mainly: blue. Hex color #16037F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16037F is #E9FC80. Grayscale: #161616. Windows color (decimal): -15334529 or 8323862. OLE color: 8323862.

HSL color Cylindrical-coordinate representation of color #16037F: hue angle of 249.19º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #16037F is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB223127-
CMYK0.830.9800.50
HSL249.19º95.38%25.49%-
HSV(B)249.19º97.64%49.8%-
XYZ4.191.7720.2-
YUV22.82186.79127.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.47%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 127 (50% from 255) = 83.55%
R=14.47%
G=1.97%
B=83.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2231270.830.9800.50249.1995.3825.49
Hex1637F5362032f95f19
Octal26317712314206237113731
Binary1011011111111110100111100010011001011111001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16037F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16037F; }

 p { color: rgb(22,3,127); }

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

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

 a { background-color: rgb(22,3,127); }

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

<style>
 span { border-color: #16037F; }

 span { border-color: rgb(22,3,127); }

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