Html Css Color HEX #280992 Ultramarine

📋 copy color: '#280992'

red 40 ◦ green 9 ◦ blue 146

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

Shades of Ultramarine #280992

Tints of Ultramarine #280992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 74.87%

R = 20.51%
G = 4.62%
B = 74.87%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#280992 (or 0x280992) is known color: Ultramarine. HEX triplet: 28, 09 and 92. RGB value is (40,9,146). Sum of RGB (Red+Green+Blue) = 40+9+146=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 146 (57.42% from 255 or 74.87% from 195); Max value from RGB is 146 - color contains mainly: blue. Hex color #280992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280992 is #D7F66D. Grayscale: #212121. Windows color (decimal): -14153326 or 9570600. OLE color: 9570600.

HSL color Cylindrical-coordinate representation of color #280992: hue angle of 253.58º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280992 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 9 146 -
CMYK 0.73 0.94 0 0.43
HSL 253.58º 0.88% 0.3% -
HSV(B) 253.58º 0.94% 0.57% -
XYZ 6.16 2.72 27.39 -
YUV 33.89 191.27 132.36 -
System Red Green Blue C M Y K H S L
Decimal 40 9 146 0.73 0.94 0 0.43 253.58 0.88 0.3
Hex 28 9 92 49 5E 0 2B FE 58 1E
Octal 50 11 222 111 136 0 53 376 130 36
Binary 101000 1001 10010010 1001001 1011110 0 101011 11111110 1011000 11110

Color Harmonies of #280992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280992

Black with #280992

Text Example


Text Example

White with #280992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280992; }

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

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

background-color css

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

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

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

border-color css

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

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

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