Html Css Color HEX #280299 Ultramarine

📋 copy color: '#280299'

red 40 ◦ green 2 ◦ blue 153

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

Shades of Ultramarine #280299

Tints of Ultramarine #280299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

 BLUE value IS 153 (60.16% from 255) = 78.46%

R = 20.51%
G = 1.03%
B = 78.46%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#280299 (or 0x280299) is known color: Ultramarine. HEX triplet: 28, 02 and 99. RGB value is (40,2,153). Sum of RGB (Red+Green+Blue) = 40+2+153=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 153 (60.16% from 255 or 78.46% from 195); Max value from RGB is 153 - color contains mainly: blue. Hex color #280299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280299 is #D7FD66. Grayscale: #1E1E1E. Windows color (decimal): -14155111 or 10027560. OLE color: 10027560.

HSL color Cylindrical-coordinate representation of color #280299: hue angle of 255.1º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #280299 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 2 153 -
CMYK 0.74 0.99 0 0.4
HSL 255.1º 0.97% 0.3% -
HSV(B) 255.1º 0.99% 0.6% -
XYZ 6.65 2.79 30.33 -
YUV 30.58 197.09 134.72 -
System Red Green Blue C M Y K H S L
Decimal 40 2 153 0.74 0.99 0 0.4 255.1 0.97 0.3
Hex 28 2 99 4A 63 0 28 FF 61 1E
Octal 50 2 231 112 143 0 50 377 141 36
Binary 101000 10 10011001 1001010 1100011 0 101000 11111111 1100001 11110

Color Harmonies of #280299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280299

Black with #280299

Text Example


Text Example

White with #280299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280299; }

 p { color: rgb(40,2,153); }

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

background-color css

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

 a { background-color: rgb(40,2,153); }

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

border-color css

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

 span { border-color: rgb(40,2,153); }

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