Html Css Color HEX #280995 Ultramarine

📋 copy color: '#280995'

red 40 ◦ green 9 ◦ blue 149

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

Shades of Ultramarine #280995

Tints of Ultramarine #280995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.55%

 BLUE value IS 149 (58.59% from 255) = 75.25%

R = 20.2%
G = 4.55%
B = 75.25%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#280995 (or 0x280995) is known color: Ultramarine. HEX triplet: 28, 09 and 95. RGB value is (40,9,149). Sum of RGB (Red+Green+Blue) = 40+9+149=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 149 (58.59% from 255 or 75.25% from 198); Max value from RGB is 149 - color contains mainly: blue. Hex color #280995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280995 is #D7F66A. Grayscale: #212121. Windows color (decimal): -14153323 or 9767208. OLE color: 9767208.

HSL color Cylindrical-coordinate representation of color #280995: hue angle of 253.29º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280995 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 9 149 -
CMYK 0.73 0.94 0 0.42
HSL 253.29º 0.89% 0.31% -
HSV(B) 253.29º 0.94% 0.58% -
XYZ 6.4 2.82 28.64 -
YUV 34.23 192.77 132.12 -
System Red Green Blue C M Y K H S L
Decimal 40 9 149 0.73 0.94 0 0.42 253.29 0.89 0.31
Hex 28 9 95 49 5E 0 2A FD 59 1F
Octal 50 11 225 111 136 0 52 375 131 37
Binary 101000 1001 10010101 1001001 1011110 0 101010 11111101 1011001 11111

Color Harmonies of #280995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280995

Black with #280995

Text Example


Text Example

White with #280995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280995; }

 p { color: rgb(40,9,149); }

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

background-color css

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

 a { background-color: rgb(40,9,149); }

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

border-color css

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

 span { border-color: rgb(40,9,149); }

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