#28089D

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

Shades of Ultramarine #28089D

Tints of Ultramarine #28089D

Color information

#28089D (or 0x28089D) is unknown color: approx Ultramarine. HEX triplet: 28, 08 and 9D. RGB value is (40,8,157). Sum of RGB (Red+Green+Blue) = 40+8+157=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 157 (61.72% from 255 or 76.59% from 205); Max value from RGB is 157 - color contains mainly: blue. Hex color #28089D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28089D is #D7F762. Grayscale: #212121. Windows color (decimal): -14153571 or 10291240. OLE color: 10291240.

HSL color Cylindrical-coordinate representation of color #28089D: hue angle of 252.89º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28089D is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB408157-
CMYK0.750.9500.38
HSL252.89º90.3%32.35%-
HSV(B)252.89º94.9%61.57%-
XYZ7.053.0632.12-
YUV34.55197.1131.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.51%
GREEN value IS 8 (3.52% from 255) = 3.90%
BLUE value IS 157 (61.72% from 255) = 76.59%
R=19.51%
G=3.90%
B=76.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4081570.750.9500.38252.8990.332.35
Hex2889D4B5F026fd5a20
Octal501023511313704637513240
Binary101000100010011101100101110111110100110111111011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28089D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28089D; }

 p { color: rgb(40,8,157); }

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

<style>
 a { background-color: #28089D; }

 a { background-color: rgb(40,8,157); }

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

<style>
 span { border-color: #28089D; }

 span { border-color: rgb(40,8,157); }

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