Html Css Color HEX #280B99 Ultramarine

📋 copy color: '#280B99'

red 40 ◦ green 11 ◦ blue 153

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

Shades of Ultramarine #280B99

Tints of Ultramarine #280B99

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.39%

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

R = 19.61%
G = 5.39%
B = 75%

CMYK

 C value IS 0.74

 M value IS 0.93

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#280B99 (or 0x280B99) is known color: Ultramarine. HEX triplet: 28, 0B and 99. RGB value is (40,11,153). Sum of RGB (Red+Green+Blue) = 40+11+153=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 153 (60.16% from 255 or 75% from 204); Max value from RGB is 153 - color contains mainly: blue. Hex color #280B99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280B99 is #D7F466. Grayscale: #232323. Windows color (decimal): -14152807 or 10029864. OLE color: 10029864.

HSL color Cylindrical-coordinate representation of color #280B99: hue angle of 252.25º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280B99 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 11 153 -
CMYK 0.74 0.93 0 0.4
HSL 252.25º 0.87% 0.32% -
HSV(B) 252.25º 0.93% 0.6% -
XYZ 6.74 2.99 30.36 -
YUV 35.86 194.11 130.95 -
System Red Green Blue C M Y K H S L
Decimal 40 11 153 0.74 0.93 0 0.4 252.25 0.87 0.32
Hex 28 B 99 4A 5D 0 28 FC 57 20
Octal 50 13 231 112 135 0 50 374 127 40
Binary 101000 1011 10011001 1001010 1011101 0 101000 11111100 1010111 100000

Color Harmonies of #280B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280B99

Black with #280B99

Text Example


Text Example

White with #280B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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