Html Css Color HEX #280994 Ultramarine

📋 copy color: '#280994'

red 40 ◦ green 9 ◦ blue 148

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

Shades of Ultramarine #280994

Tints of Ultramarine #280994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 75.13%

R = 20.3%
G = 4.57%
B = 75.13%

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

#280994 (or 0x280994) is known color: Ultramarine. HEX triplet: 28, 09 and 94. RGB value is (40,9,148). Sum of RGB (Red+Green+Blue) = 40+9+148=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 148 (58.20% from 255 or 75.13% from 197); Max value from RGB is 148 - color contains mainly: blue. Hex color #280994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280994 is #D7F66B. Grayscale: #212121. Windows color (decimal): -14153324 or 9701672. OLE color: 9701672.

HSL color Cylindrical-coordinate representation of color #280994: hue angle of 253.38º 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 #280994 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 9 148 -
CMYK 0.73 0.94 0 0.42
HSL 253.38º 0.89% 0.31% -
HSV(B) 253.38º 0.94% 0.58% -
XYZ 6.32 2.78 28.22 -
YUV 34.12 192.27 132.2 -
System Red Green Blue C M Y K H S L
Decimal 40 9 148 0.73 0.94 0 0.42 253.38 0.89 0.31
Hex 28 9 94 49 5E 0 2A FD 59 1F
Octal 50 11 224 111 136 0 52 375 131 37
Binary 101000 1001 10010100 1001001 1011110 0 101010 11111101 1011001 11111

Color Harmonies of #280994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280994

Black with #280994

Text Example


Text Example

White with #280994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280994; }

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

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

background-color css

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

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

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

border-color css

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

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

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