#2805B0

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

Shades of Ultramarine #2805B0

Tints of Ultramarine #2805B0

Color information

#2805B0 (or 0x2805B0) is unknown color: approx Ultramarine. HEX triplet: 28, 05 and B0. RGB value is (40,5,176). Sum of RGB (Red+Green+Blue) = 40+5+176=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 176 (69.14% from 255 or 79.64% from 221); Max value from RGB is 176 - color contains mainly: blue. Hex color #2805B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2805B0 is #D7FA4F. Grayscale: #222222. Windows color (decimal): -14154320 or 11535656. OLE color: 11535656.

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

Color convert

RGB405176-
CMYK0.770.9700.31
HSL252.28º94.48%35.49%-
HSV(B)252.28º97.16%69.02%-
XYZ8.773.6941.33-
YUV34.96207.6131.6-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.10%
GREEN value IS 5 (2.34% from 255) = 2.26%
BLUE value IS 176 (69.14% from 255) = 79.64%
R=18.10%
G=2.26%
B=79.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal4051760.770.9700.31252.2894.4835.49
Hex285B04D6101Ffc5e23
Octal50526011514103737413643
Binary1010001011011000010011011100001011111111111001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2805B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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