#2006AB

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

Shades of Ultramarine #2006AB

Tints of Ultramarine #2006AB

Color information

#2006AB (or 0x2006AB) is unknown color: approx Ultramarine. HEX triplet: 20, 06 and AB. RGB value is (32,6,171). Sum of RGB (Red+Green+Blue) = 32+6+171=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 171 (67.19% from 255 or 81.82% from 209); Max value from RGB is 171 - color contains mainly: blue. Hex color #2006AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2006AB is #DFF954. Grayscale: #1F1F1F. Windows color (decimal): -14678357 or 11208224. OLE color: 11208224.

HSL color Cylindrical-coordinate representation of color #2006AB: hue angle of 249.45º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2006AB is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB326171-
CMYK0.810.9600.33
HSL249.45º93.22%34.71%-
HSV(B)249.45º96.49%67.06%-
XYZ8.013.3838.76-
YUV32.58206.11127.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.31%
GREEN value IS 6 (2.73% from 255) = 2.87%
BLUE value IS 171 (67.19% from 255) = 81.82%
R=15.31%
G=2.87%
B=81.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3261710.810.9600.33249.4593.2234.71
Hex206AB5160021f95d23
Octal40625312114004137113543
Binary10000011010101011101000111000000100001111110011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2006AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2006AB; }

 p { color: rgb(32,6,171); }

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

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

 a { background-color: rgb(32,6,171); }

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

<style>
 span { border-color: #2006AB; }

 span { border-color: rgb(32,6,171); }

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