Html Css Color HEX #28119B Ultramarine

📋 copy color: '#28119B'

red 40 ◦ green 17 ◦ blue 155

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

Shades of Ultramarine #28119B

Tints of Ultramarine #28119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.02%

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

R = 18.87%
G = 8.02%
B = 73.11%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28119B (or 0x28119B) is known color: Ultramarine. HEX triplet: 28, 11 and 9B. RGB value is (40,17,155). Sum of RGB (Red+Green+Blue) = 40+17+155=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 155 (60.94% from 255 or 73.11% from 212); Max value from RGB is 155 - color contains mainly: blue. Hex color #28119B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28119B is #D7EE64. Grayscale: #272727. Windows color (decimal): -14151269 or 10162472. OLE color: 10162472.

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

Color convert

RGB 40 17 155 -
CMYK 0.74 0.89 0 0.39
HSL 250º 0.8% 0.34% -
HSV(B) 250º 0.89% 0.61% -
XYZ 6.99 3.22 31.26 -
YUV 39.61 193.12 128.28 -
System Red Green Blue C M Y K H S L
Decimal 40 17 155 0.74 0.89 0 0.39 250 0.8 0.34
Hex 28 11 9B 4A 59 0 27 FA 50 22
Octal 50 21 233 112 131 0 47 372 120 42
Binary 101000 10001 10011011 1001010 1011001 0 100111 11111010 1010000 100010

Color Harmonies of #28119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28119B

Black with #28119B

Text Example


Text Example

White with #28119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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