Html Css Color HEX #28208D Ultramarine

📋 copy color: '#28208D'

red 40 ◦ green 32 ◦ blue 141

#28208D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #28208D

Tints of Ultramarine #28208D

RGB

 RED value IS 40 (16.02% from 255) = 18.78%

 GREEN value IS 32 (12.89% from 255) = 15.02%

 BLUE value IS 141 (55.47% from 255) = 66.2%

R = 18.78%
G = 15.02%
B = 66.2%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28208D (or 0x28208D) is known color: Ultramarine. HEX triplet: 28, 20 and 8D. RGB value is (40,32,141). Sum of RGB (Red+Green+Blue) = 40+32+141=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 141 (55.47% from 255 or 66.20% from 213); Max value from RGB is 141 - color contains mainly: blue. Hex color #28208D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28208D is #D7DF72. Grayscale: #2E2E2E. Windows color (decimal): -14147443 or 9248808. OLE color: 9248808.

HSL color Cylindrical-coordinate representation of color #28208D: hue angle of 244.4º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28208D is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 32 141 -
CMYK 0.72 0.77 0 0.45
HSL 244.4º 0.63% 0.34% -
HSV(B) 244.4º 0.77% 0.55% -
XYZ 6.2 3.41 25.53 -
YUV 46.82 181.15 123.14 -
System Red Green Blue C M Y K H S L
Decimal 40 32 141 0.72 0.77 0 0.45 244.4 0.63 0.34
Hex 28 20 8D 48 4D 0 2D F4 3F 22
Octal 50 40 215 110 115 0 55 364 77 42
Binary 101000 100000 10001101 1001000 1001101 0 101101 11110100 111111 100010

Color Harmonies of #28208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28208D

Black with #28208D

Text Example


Text Example

White with #28208D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,32,141); }

 H1.HeaderClassName
 {
   color: #28208D;
 }
 .AnyTagClassName
 {
   color: #28208D;
 }
</style>

background-color css

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

 a { background-color: rgb(40,32,141); }

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

border-color css

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

 span { border-color: rgb(40,32,141); }

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