Html Css Color HEX #28119F Ultramarine

📋 copy color: '#28119F'

red 40 ◦ green 17 ◦ blue 159

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

Shades of Ultramarine #28119F

Tints of Ultramarine #28119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 73.61%

R = 18.52%
G = 7.87%
B = 73.61%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28119F (or 0x28119F) is known color: Ultramarine. HEX triplet: 28, 11 and 9F. RGB value is (40,17,159). Sum of RGB (Red+Green+Blue) = 40+17+159=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 159 (62.5% from 255 or 73.61% from 216); Max value from RGB is 159 - color contains mainly: blue. Hex color #28119F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28119F is #D7EE60. Grayscale: #272727. Windows color (decimal): -14151265 or 10424616. OLE color: 10424616.

HSL color Cylindrical-coordinate representation of color #28119F: hue angle of 249.72º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #28119F is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 17 159 -
CMYK 0.75 0.89 0 0.38
HSL 249.72º 0.81% 0.35% -
HSV(B) 249.72º 0.89% 0.62% -
XYZ 7.33 3.36 33.06 -
YUV 40.07 195.12 127.95 -
System Red Green Blue C M Y K H S L
Decimal 40 17 159 0.75 0.89 0 0.38 249.72 0.81 0.35
Hex 28 11 9F 4B 59 0 26 FA 51 23
Octal 50 21 237 113 131 0 46 372 121 43
Binary 101000 10001 10011111 1001011 1011001 0 100110 11111010 1010001 100011

Color Harmonies of #28119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28119F

Black with #28119F

Text Example


Text Example

White with #28119F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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