#16067D

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

Shades of Ultramarine #16067D

Tints of Ultramarine #16067D

Color information

#16067D (or 0x16067D) is unknown color: approx Ultramarine. HEX triplet: 16, 06 and 7D. RGB value is (22,6,125). Sum of RGB (Red+Green+Blue) = 22+6+125=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 125 (49.22% from 255 or 81.70% from 153); Max value from RGB is 125 - color contains mainly: blue. Hex color #16067D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16067D is #E9F982. Grayscale: #171717. Windows color (decimal): -15333763 or 8193558. OLE color: 8193558.

HSL color Cylindrical-coordinate representation of color #16067D: hue angle of 248.07º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #16067D is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB226125-
CMYK0.820.9500.51
HSL248.07º90.84%25.69%-
HSV(B)248.07º95.2%49.02%-
XYZ4.11.7819.53-
YUV24.35184.8126.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.38%
GREEN value IS 6 (2.73% from 255) = 3.92%
BLUE value IS 125 (49.22% from 255) = 81.70%
R=14.38%
G=3.92%
B=81.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2261250.820.9500.51248.0790.8425.69
Hex1667D525F033f85b1a
Octal26617512213706337013332
Binary10110110111110110100101011111011001111111000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16067D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16067D; }

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

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

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

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

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

<style>
 span { border-color: #16067D; }

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

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