Html Css Color HEX #28219B Ultramarine

📋 copy color: '#28219B'

red 40 ◦ green 33 ◦ blue 155

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

Shades of Ultramarine #28219B

Tints of Ultramarine #28219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 67.98%

R = 17.54%
G = 14.47%
B = 67.98%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28219B (or 0x28219B) is known color: Ultramarine. HEX triplet: 28, 21 and 9B. RGB value is (40,33,155). Sum of RGB (Red+Green+Blue) = 40+33+155=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #28219B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28219B is #D7DE64. Grayscale: #303030. Windows color (decimal): -14147173 or 10166568. OLE color: 10166568.

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

Color convert

RGB 40 33 155 -
CMYK 0.74 0.79 0 0.39
HSL 243.44º 0.65% 0.37% -
HSV(B) 243.44º 0.79% 0.61% -
XYZ 7.34 3.91 31.38 -
YUV 49 187.82 121.58 -
System Red Green Blue C M Y K H S L
Decimal 40 33 155 0.74 0.79 0 0.39 243.44 0.65 0.37
Hex 28 21 9B 4A 4F 0 27 F3 41 25
Octal 50 41 233 112 117 0 47 363 101 45
Binary 101000 100001 10011011 1001010 1001111 0 100111 11110011 1000001 100101

Color Harmonies of #28219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28219B

Black with #28219B

Text Example


Text Example

White with #28219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #28219B;
 }
 .AnyTagClassName
 {
   color: #28219B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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