Html Css Color HEX #28189B Ultramarine

📋 copy color: '#28189B'

red 40 ◦ green 24 ◦ blue 155

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

Shades of Ultramarine #28189B

Tints of Ultramarine #28189B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.96%

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

R = 18.26%
G = 10.96%
B = 70.78%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28189B (or 0x28189B) is known color: Ultramarine. HEX triplet: 28, 18 and 9B. RGB value is (40,24,155). Sum of RGB (Red+Green+Blue) = 40+24+155=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #28189B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28189B is #D7E764. Grayscale: #2B2B2B. Windows color (decimal): -14149477 or 10164264. OLE color: 10164264.

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

Color convert

RGB 40 24 155 -
CMYK 0.74 0.85 0 0.39
HSL 247.33º 0.73% 0.35% -
HSV(B) 247.33º 0.85% 0.61% -
XYZ 7.12 3.47 31.31 -
YUV 43.72 190.8 125.35 -
System Red Green Blue C M Y K H S L
Decimal 40 24 155 0.74 0.85 0 0.39 247.33 0.73 0.35
Hex 28 18 9B 4A 55 0 27 F7 49 23
Octal 50 30 233 112 125 0 47 367 111 43
Binary 101000 11000 10011011 1001010 1010101 0 100111 11110111 1001001 100011

Color Harmonies of #28189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28189B

Black with #28189B

Text Example


Text Example

White with #28189B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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