Html Css Color HEX #28119C Ultramarine

📋 copy color: '#28119C'

red 40 ◦ green 17 ◦ blue 156

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

Shades of Ultramarine #28119C

Tints of Ultramarine #28119C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 73.24%

R = 18.78%
G = 7.98%
B = 73.24%

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

#28119C (or 0x28119C) is known color: Ultramarine. HEX triplet: 28, 11 and 9C. RGB value is (40,17,156). Sum of RGB (Red+Green+Blue) = 40+17+156=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 156 (61.33% from 255 or 73.24% from 213); Max value from RGB is 156 - color contains mainly: blue. Hex color #28119C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28119C is #D7EE63. Grayscale: #272727. Windows color (decimal): -14151268 or 10228008. OLE color: 10228008.

HSL color Cylindrical-coordinate representation of color #28119C: hue angle of 249.93º 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 #28119C is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 17 156 -
CMYK 0.74 0.89 0 0.39
HSL 249.93º 0.8% 0.34% -
HSV(B) 249.93º 0.89% 0.61% -
XYZ 7.08 3.25 31.71 -
YUV 39.72 193.62 128.2 -
System Red Green Blue C M Y K H S L
Decimal 40 17 156 0.74 0.89 0 0.39 249.93 0.8 0.34
Hex 28 11 9C 4A 59 0 27 FA 50 22
Octal 50 21 234 112 131 0 47 372 120 42
Binary 101000 10001 10011100 1001010 1011001 0 100111 11111010 1010000 100010

Color Harmonies of #28119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28119C

Black with #28119C

Text Example


Text Example

White with #28119C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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