Html Css Color HEX #28199B Ultramarine

📋 copy color: '#28199B'

red 40 ◦ green 25 ◦ blue 155

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

Shades of Ultramarine #28199B

Tints of Ultramarine #28199B

RGB

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

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

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

R = 18.18%
G = 11.36%
B = 70.45%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28199B (or 0x28199B) is known color: Ultramarine. HEX triplet: 28, 19 and 9B. RGB value is (40,25,155). Sum of RGB (Red+Green+Blue) = 40+25+155=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 155 (60.94% from 255 or 70.45% from 220); Max value from RGB is 155 - color contains mainly: blue. Hex color #28199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28199B is #D7E664. Grayscale: #2B2B2B. Windows color (decimal): -14149221 or 10164520. OLE color: 10164520.

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

Color convert

RGB 40 25 155 -
CMYK 0.74 0.84 0 0.39
HSL 246.92º 0.72% 0.35% -
HSV(B) 246.92º 0.84% 0.61% -
XYZ 7.14 3.51 31.31 -
YUV 44.31 190.47 124.93 -
System Red Green Blue C M Y K H S L
Decimal 40 25 155 0.74 0.84 0 0.39 246.92 0.72 0.35
Hex 28 19 9B 4A 54 0 27 F7 48 23
Octal 50 31 233 112 124 0 47 367 110 43
Binary 101000 11001 10011011 1001010 1010100 0 100111 11110111 1001000 100011

Color Harmonies of #28199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28199B

Black with #28199B

Text Example


Text Example

White with #28199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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