Html Css Color HEX #28218D Ultramarine

📋 copy color: '#28218D'

red 40 ◦ green 33 ◦ blue 141

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

Shades of Ultramarine #28218D

Tints of Ultramarine #28218D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.42%

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

R = 18.69%
G = 15.42%
B = 65.89%

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

#28218D (or 0x28218D) is known color: Ultramarine. HEX triplet: 28, 21 and 8D. RGB value is (40,33,141). Sum of RGB (Red+Green+Blue) = 40+33+141=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 141 (55.47% from 255 or 65.89% from 214); Max value from RGB is 141 - color contains mainly: blue. Hex color #28218D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28218D is #D7DE72. Grayscale: #2E2E2E. Windows color (decimal): -14147187 or 9249064. OLE color: 9249064.

HSL color Cylindrical-coordinate representation of color #28218D: hue angle of 243.89º degrees, saturation: 0.62, 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 #28218D is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 33 141 -
CMYK 0.72 0.77 0 0.45
HSL 243.89º 0.62% 0.34% -
HSV(B) 243.89º 0.77% 0.55% -
XYZ 6.23 3.46 25.54 -
YUV 47.41 180.82 122.72 -
System Red Green Blue C M Y K H S L
Decimal 40 33 141 0.72 0.77 0 0.45 243.89 0.62 0.34
Hex 28 21 8D 48 4D 0 2D F4 3E 22
Octal 50 41 215 110 115 0 55 364 76 42
Binary 101000 100001 10001101 1001000 1001101 0 101101 11110100 111110 100010

Color Harmonies of #28218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28218D

Black with #28218D

Text Example


Text Example

White with #28218D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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