#28029B

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

Shades of Ultramarine #28029B

Tints of Ultramarine #28029B

Color information

#28029B (or 0x28029B) is unknown color: approx Ultramarine. HEX triplet: 28, 02 and 9B. RGB value is (40,2,155). Sum of RGB (Red+Green+Blue) = 40+2+155=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 155 (60.94% from 255 or 78.68% from 197); Max value from RGB is 155 - color contains mainly: blue. Hex color #28029B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28029B is #D7FD64. Grayscale: #1E1E1E. Windows color (decimal): -14155109 or 10158632. OLE color: 10158632.

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

Color convert

RGB402155-
CMYK0.740.9900.39
HSL254.9º97.45%30.78%-
HSV(B)254.9º98.71%60.78%-
XYZ6.812.8631.2-
YUV30.8198.09134.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.30%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 155 (60.94% from 255) = 78.68%
R=20.30%
G=1.02%
B=78.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal4021550.740.9900.39254.997.4530.78
Hex2829B4A63027ff611f
Octal50223311214304737714137
Binary101000101001101110010101100011010011111111111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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