Html Css Color HEX #280895 Ultramarine

📋 copy color: '#280895'

red 40 ◦ green 8 ◦ blue 149

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

Shades of Ultramarine #280895

Tints of Ultramarine #280895

RGB

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

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

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

R = 20.3%
G = 4.06%
B = 75.63%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#280895 (or 0x280895) is known color: Ultramarine. HEX triplet: 28, 08 and 95. RGB value is (40,8,149). Sum of RGB (Red+Green+Blue) = 40+8+149=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 149 (58.59% from 255 or 75.63% from 197); Max value from RGB is 149 - color contains mainly: blue. Hex color #280895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280895 is #D7F76A. Grayscale: #212121. Windows color (decimal): -14153579 or 9766952. OLE color: 9766952.

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

Color convert

RGB 40 8 149 -
CMYK 0.73 0.95 0 0.42
HSL 253.62º 0.9% 0.31% -
HSV(B) 253.62º 0.95% 0.58% -
XYZ 6.39 2.79 28.64 -
YUV 33.64 193.1 132.54 -
System Red Green Blue C M Y K H S L
Decimal 40 8 149 0.73 0.95 0 0.42 253.62 0.9 0.31
Hex 28 8 95 49 5F 0 2A FE 5A 1F
Octal 50 10 225 111 137 0 52 376 132 37
Binary 101000 1000 10010101 1001001 1011111 0 101010 11111110 1011010 11111

Color Harmonies of #280895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280895

Black with #280895

Text Example


Text Example

White with #280895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280895; }

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

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

background-color css

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

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

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

border-color css

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

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

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