Html Css Color HEX #280099 Ultramarine

📋 copy color: '#280099'

red 40 ◦ green 0 ◦ blue 153

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

Shades of Ultramarine #280099

Tints of Ultramarine #280099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 153 (60.16% from 255) = 79.27%

R = 20.73%
G = 0%
B = 79.27%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#280099 (or 0x280099) is known color: Ultramarine. HEX triplet: 28, 00 and 99. RGB value is (40,0,153). Sum of RGB (Red+Green+Blue) = 40+0+153=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 153 (60.16% from 255 or 79.27% from 193); Max value from RGB is 153 - color contains mainly: blue. Hex color #280099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280099 is #D7FF66. Grayscale: #1C1C1C. Windows color (decimal): -14155623 or 10027048. OLE color: 10027048.

HSL color Cylindrical-coordinate representation of color #280099: hue angle of 255.69º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280099 is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 0 153 -
CMYK 0.74 1 0 0.4
HSL 255.69º 1% 0.3% -
HSV(B) 255.69º 1% 0.6% -
XYZ 6.62 2.75 30.32 -
YUV 29.4 197.75 135.56 -
System Red Green Blue C M Y K H S L
Decimal 40 0 153 0.74 1 0 0.4 255.69 1 0.3
Hex 28 0 99 4A 64 0 28 100 64 1E
Octal 50 0 231 112 144 0 50 400 144 36
Binary 101000 0 10011001 1001010 1100100 0 101000 100000000 1100100 11110

Color Harmonies of #280099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280099

Black with #280099

Text Example


Text Example

White with #280099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280099; }

 p { color: rgb(40,0,153); }

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

background-color css

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

 a { background-color: rgb(40,0,153); }

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

border-color css

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

 span { border-color: rgb(40,0,153); }

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