#2A06AB

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

Shades of Ultramarine #2A06AB

Tints of Ultramarine #2A06AB

Color information

#2A06AB (or 0x2A06AB) is unknown color: approx Ultramarine. HEX triplet: 2A, 06 and AB. RGB value is (42,6,171). Sum of RGB (Red+Green+Blue) = 42+6+171=219 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.18% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 171 (67.19% from 255 or 78.08% from 219); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A06AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A06AB is #D5F954. Grayscale: #222222. Windows color (decimal): -14022997 or 11208234. OLE color: 11208234.

HSL color Cylindrical-coordinate representation of color #2A06AB: hue angle of 253.09º 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 #2A06AB is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB426171-
CMYK0.750.9600.33
HSL253.09º93.22%34.71%-
HSV(B)253.09º96.49%67.06%-
XYZ8.373.5638.77-
YUV35.57204.43132.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.18%
GREEN value IS 6 (2.73% from 255) = 2.74%
BLUE value IS 171 (67.19% from 255) = 78.08%
R=19.18%
G=2.74%
B=78.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4261710.750.9600.33253.0993.2234.71
Hex2A6AB4B60021fd5d23
Octal52625311314004137513543
Binary10101011010101011100101111000000100001111111011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A06AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A06AB; }

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

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

<style>
 a { background-color: #2A06AB; }

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

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

<style>
 span { border-color: #2A06AB; }

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

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