Html Css Color HEX #280590 Ultramarine

📋 copy color: '#280590'

red 40 ◦ green 5 ◦ blue 144

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

Shades of Ultramarine #280590

Tints of Ultramarine #280590

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.65%

 BLUE value IS 144 (56.64% from 255) = 76.19%

R = 21.16%
G = 2.65%
B = 76.19%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#280590 (or 0x280590) is known color: Ultramarine. HEX triplet: 28, 05 and 90. RGB value is (40,5,144). Sum of RGB (Red+Green+Blue) = 40+5+144=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 144 (56.64% from 255 or 76.19% from 189); Max value from RGB is 144 - color contains mainly: blue. Hex color #280590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280590 is #D7FA6F. Grayscale: #1E1E1E. Windows color (decimal): -14154352 or 9438504. OLE color: 9438504.

HSL color Cylindrical-coordinate representation of color #280590: hue angle of 255.11º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #280590 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 5 144 -
CMYK 0.72 0.97 0 0.44
HSL 255.11º 0.93% 0.29% -
HSV(B) 255.11º 0.97% 0.56% -
XYZ 5.96 2.57 26.57 -
YUV 31.31 191.6 134.2 -
System Red Green Blue C M Y K H S L
Decimal 40 5 144 0.72 0.97 0 0.44 255.11 0.93 0.29
Hex 28 5 90 48 61 0 2C FF 5D 1D
Octal 50 5 220 110 141 0 54 377 135 35
Binary 101000 101 10010000 1001000 1100001 0 101100 11111111 1011101 11101

Color Harmonies of #280590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280590

Black with #280590

Text Example


Text Example

White with #280590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280590; }

 p { color: rgb(40,5,144); }

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

background-color css

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

 a { background-color: rgb(40,5,144); }

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

border-color css

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

 span { border-color: rgb(40,5,144); }

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