Html Css Color HEX #28089B Ultramarine

📋 copy color: '#28089B'

red 40 ◦ green 8 ◦ blue 155

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

Shades of Ultramarine #28089B

Tints of Ultramarine #28089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.94%

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

R = 19.7%
G = 3.94%
B = 76.35%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28089B (or 0x28089B) is known color: Ultramarine. HEX triplet: 28, 08 and 9B. RGB value is (40,8,155). Sum of RGB (Red+Green+Blue) = 40+8+155=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 155 (60.94% from 255 or 76.35% from 203); Max value from RGB is 155 - color contains mainly: blue. Hex color #28089B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28089B is #D7F764. Grayscale: #212121. Windows color (decimal): -14153573 or 10160168. OLE color: 10160168.

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

Color convert

RGB 40 8 155 -
CMYK 0.74 0.95 0 0.39
HSL 253.06º 0.9% 0.32% -
HSV(B) 253.06º 0.95% 0.61% -
XYZ 6.88 2.99 31.23 -
YUV 34.33 196.1 132.05 -
System Red Green Blue C M Y K H S L
Decimal 40 8 155 0.74 0.95 0 0.39 253.06 0.9 0.32
Hex 28 8 9B 4A 5F 0 27 FD 5A 20
Octal 50 10 233 112 137 0 47 375 132 40
Binary 101000 1000 10011011 1001010 1011111 0 100111 11111101 1011010 100000

Color Harmonies of #28089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28089B

Black with #28089B

Text Example


Text Example

White with #28089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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