#2809A1

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

Shades of Ultramarine #2809A1

Tints of Ultramarine #2809A1

Color information

#2809A1 (or 0x2809A1) is unknown color: approx Ultramarine. HEX triplet: 28, 09 and A1. RGB value is (40,9,161). Sum of RGB (Red+Green+Blue) = 40+9+161=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 161 (63.28% from 255 or 76.67% from 210); Max value from RGB is 161 - color contains mainly: blue. Hex color #2809A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2809A1 is #D7F65E. Grayscale: #232323. Windows color (decimal): -14153311 or 10553640. OLE color: 10553640.

HSL color Cylindrical-coordinate representation of color #2809A1: hue angle of 252.24º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2809A1 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB409161-
CMYK0.750.9400.37
HSL252.24º89.41%33.33%-
HSV(B)252.24º94.41%63.14%-
XYZ7.413.2233.95-
YUV35.6198.77131.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.05%
GREEN value IS 9 (3.91% from 255) = 4.29%
BLUE value IS 161 (63.28% from 255) = 76.67%
R=19.05%
G=4.29%
B=76.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal4091610.750.9400.37252.2489.4133.33
Hex289A14B5E025fc5921
Octal501124111313604537413141
Binary101000100110100001100101110111100100101111111001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2809A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2809A1; }

 p { color: rgb(40,9,161); }

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

<style>
 a { background-color: #2809A1; }

 a { background-color: rgb(40,9,161); }

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

<style>
 span { border-color: #2809A1; }

 span { border-color: rgb(40,9,161); }

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