Html Css Color HEX #28199D Ultramarine

📋 copy color: '#28199D'

red 40 ◦ green 25 ◦ blue 157

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

Shades of Ultramarine #28199D

Tints of Ultramarine #28199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.26%

 BLUE value IS 157 (61.72% from 255) = 70.72%

R = 18.02%
G = 11.26%
B = 70.72%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28199D (or 0x28199D) is known color: Ultramarine. HEX triplet: 28, 19 and 9D. RGB value is (40,25,157). Sum of RGB (Red+Green+Blue) = 40+25+157=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 157 (61.72% from 255 or 70.72% from 222); Max value from RGB is 157 - color contains mainly: blue. Hex color #28199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28199D is #D7E662. Grayscale: #2C2C2C. Windows color (decimal): -14149219 or 10295592. OLE color: 10295592.

HSL color Cylindrical-coordinate representation of color #28199D: hue angle of 246.82º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28199D is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 25 157 -
CMYK 0.75 0.84 0 0.38
HSL 246.82º 0.73% 0.36% -
HSV(B) 246.82º 0.84% 0.62% -
XYZ 7.31 3.58 32.2 -
YUV 44.53 191.47 124.77 -
System Red Green Blue C M Y K H S L
Decimal 40 25 157 0.75 0.84 0 0.38 246.82 0.73 0.36
Hex 28 19 9D 4B 54 0 26 F7 49 24
Octal 50 31 235 113 124 0 46 367 111 44
Binary 101000 11001 10011101 1001011 1010100 0 100110 11110111 1001001 100100

Color Harmonies of #28199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28199D

Black with #28199D

Text Example


Text Example

White with #28199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28199D; }

 p { color: rgb(40,25,157); }

 H1.HeaderClassName
 {
   color: #28199D;
 }
 .AnyTagClassName
 {
   color: #28199D;
 }
</style>

background-color css

<style>
 a { background-color: #28199D; }

 a { background-color: rgb(40,25,157); }

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

border-color css

<style>
 span { border-color: #28199D; }

 span { border-color: rgb(40,25,157); }

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