#28009B

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

Shades of Ultramarine #28009B

Tints of Ultramarine #28009B

Color information

#28009B (or 0x28009B) is unknown color: approx Ultramarine. HEX triplet: 28, 00 and 9B. RGB value is (40,0,155). Sum of RGB (Red+Green+Blue) = 40+0+155=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 155 (60.94% from 255 or 79.49% from 195); Max value from RGB is 155 - color contains mainly: blue. Hex color #28009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28009B is #D7FF64. Grayscale: #1D1D1D. Windows color (decimal): -14155621 or 10158120. OLE color: 10158120.

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

Color convert

RGB400155-
CMYK0.74100.39
HSL255.48º100%30.39%-
HSV(B)255.48º100%60.78%-
XYZ6.792.8231.2-
YUV29.63198.75135.4-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 155 (60.94% from 255) = 79.49%
R=20.51%
G=0%
B=79.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal4001550.74100.39255.4810030.39
Hex2809B4A64027ff641e
Octal50023311214404737714436
Binary10100001001101110010101100100010011111111111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28009B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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