#2805A6

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

Shades of Ultramarine #2805A6

Tints of Ultramarine #2805A6

Color information

#2805A6 (or 0x2805A6) is unknown color: approx Ultramarine. HEX triplet: 28, 05 and A6. RGB value is (40,5,166). Sum of RGB (Red+Green+Blue) = 40+5+166=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 166 (65.23% from 255 or 78.67% from 211); Max value from RGB is 166 - color contains mainly: blue. Hex color #2805A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2805A6 is #D7FA59. Grayscale: #212121. Windows color (decimal): -14154330 or 10880296. OLE color: 10880296.

HSL color Cylindrical-coordinate representation of color #2805A6: hue angle of 253.04º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2805A6 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB405166-
CMYK0.760.9700.35
HSL253.04º94.15%33.53%-
HSV(B)253.04º96.99%65.1%-
XYZ7.813.3136.3-
YUV33.82202.6132.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.96%
GREEN value IS 5 (2.34% from 255) = 2.37%
BLUE value IS 166 (65.23% from 255) = 78.67%
R=18.96%
G=2.37%
B=78.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal4051660.760.9700.35253.0494.1533.53
Hex285A64C61023fd5e22
Octal50524611414104337513642
Binary10100010110100110100110011000010100011111111011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2805A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2805A6; }

 p { color: rgb(40,5,166); }

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

<style>
 a { background-color: #2805A6; }

 a { background-color: rgb(40,5,166); }

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

<style>
 span { border-color: #2805A6; }

 span { border-color: rgb(40,5,166); }

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