Html Css Color HEX #28139B Ultramarine

📋 copy color: '#28139B'

red 40 ◦ green 19 ◦ blue 155

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

Shades of Ultramarine #28139B

Tints of Ultramarine #28139B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.88%

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

R = 18.69%
G = 8.88%
B = 72.43%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28139B (or 0x28139B) is known color: Ultramarine. HEX triplet: 28, 13 and 9B. RGB value is (40,19,155). Sum of RGB (Red+Green+Blue) = 40+19+155=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 155 (60.94% from 255 or 72.43% from 214); Max value from RGB is 155 - color contains mainly: blue. Hex color #28139B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28139B is #D7EC64. Grayscale: #282828. Windows color (decimal): -14150757 or 10162984. OLE color: 10162984.

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

Color convert

RGB 40 19 155 -
CMYK 0.74 0.88 0 0.39
HSL 249.26º 0.78% 0.34% -
HSV(B) 249.26º 0.88% 0.61% -
XYZ 7.02 3.28 31.27 -
YUV 40.78 192.46 127.44 -
System Red Green Blue C M Y K H S L
Decimal 40 19 155 0.74 0.88 0 0.39 249.26 0.78 0.34
Hex 28 13 9B 4A 58 0 27 F9 4E 22
Octal 50 23 233 112 130 0 47 371 116 42
Binary 101000 10011 10011011 1001010 1011000 0 100111 11111001 1001110 100010

Color Harmonies of #28139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28139B

Black with #28139B

Text Example


Text Example

White with #28139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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