Html Css Color HEX #280896 Ultramarine

📋 copy color: '#280896'

red 40 ◦ green 8 ◦ blue 150

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

Shades of Ultramarine #280896

Tints of Ultramarine #280896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 75.76%

R = 20.2%
G = 4.04%
B = 75.76%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#280896 (or 0x280896) is known color: Ultramarine. HEX triplet: 28, 08 and 96. RGB value is (40,8,150). Sum of RGB (Red+Green+Blue) = 40+8+150=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 150 (58.98% from 255 or 75.76% from 198); Max value from RGB is 150 - color contains mainly: blue. Hex color #280896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280896 is #D7F769. Grayscale: #212121. Windows color (decimal): -14153578 or 9832488. OLE color: 9832488.

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

Color convert

RGB 40 8 150 -
CMYK 0.73 0.95 0 0.41
HSL 253.52º 0.9% 0.31% -
HSV(B) 253.52º 0.95% 0.59% -
XYZ 6.47 2.83 29.06 -
YUV 33.76 193.6 132.45 -
System Red Green Blue C M Y K H S L
Decimal 40 8 150 0.73 0.95 0 0.41 253.52 0.9 0.31
Hex 28 8 96 49 5F 0 29 FE 5A 1F
Octal 50 10 226 111 137 0 51 376 132 37
Binary 101000 1000 10010110 1001001 1011111 0 101001 11111110 1011010 11111

Color Harmonies of #280896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280896

Black with #280896

Text Example


Text Example

White with #280896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280896; }

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

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

background-color css

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

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

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

border-color css

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

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

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