Html Css Color HEX #280898 Ultramarine

📋 copy color: '#280898'

red 40 ◦ green 8 ◦ blue 152

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

Shades of Ultramarine #280898

Tints of Ultramarine #280898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 76%

R = 20%
G = 4%
B = 76%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#280898 (or 0x280898) is known color: Ultramarine. HEX triplet: 28, 08 and 98. RGB value is (40,8,152). Sum of RGB (Red+Green+Blue) = 40+8+152=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 152 (59.77% from 255 or 76% from 200); Max value from RGB is 152 - color contains mainly: blue. Hex color #280898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280898 is #D7F767. Grayscale: #212121. Windows color (decimal): -14153576 or 9963560. OLE color: 9963560.

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

Color convert

RGB 40 8 152 -
CMYK 0.74 0.95 0 0.40
HSL 253.33º 0.9% 0.31% -
HSV(B) 253.33º 0.95% 0.6% -
XYZ 6.63 2.89 29.91 -
YUV 33.98 194.6 132.29 -
System Red Green Blue C M Y K H S L
Decimal 40 8 152 0.74 0.95 0 0.40 253.33 0.9 0.31
Hex 28 8 98 4A 5F 0 28 FD 5A 1F
Octal 50 10 230 112 137 0 50 375 132 37
Binary 101000 1000 10011000 1001010 1011111 0 101000 11111101 1011010 11111

Color Harmonies of #280898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280898

Black with #280898

Text Example


Text Example

White with #280898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280898; }

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

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

background-color css

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

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

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

border-color css

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

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

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