#28029D

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

Shades of Ultramarine #28029D

Tints of Ultramarine #28029D

Color information

#28029D (or 0x28029D) is unknown color: approx Ultramarine. HEX triplet: 28, 02 and 9D. RGB value is (40,2,157). Sum of RGB (Red+Green+Blue) = 40+2+157=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 157 (61.72% from 255 or 78.89% from 199); Max value from RGB is 157 - color contains mainly: blue. Hex color #28029D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28029D is #D7FD62. Grayscale: #1E1E1E. Windows color (decimal): -14155107 or 10289704. OLE color: 10289704.

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

Color convert

RGB402157-
CMYK0.750.9900.38
HSL254.71º97.48%31.18%-
HSV(B)254.71º98.73%61.57%-
XYZ6.982.9332.1-
YUV31.03199.09134.4-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.10%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 157 (61.72% from 255) = 78.89%
R=20.10%
G=1.01%
B=78.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4021570.750.9900.38254.7197.4831.18
Hex2829D4B63026ff611f
Octal50223511314304637714137
Binary101000101001110110010111100011010011011111111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28029D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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