Html Css Color HEX #280AAD Ultramarine

📋 copy color: '#280AAD'

red 40 ◦ green 10 ◦ blue 173

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

Shades of Ultramarine #280AAD

Tints of Ultramarine #280AAD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.48%

 BLUE value IS 173 (67.97% from 255) = 77.58%

R = 17.94%
G = 4.48%
B = 77.58%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#280AAD (or 0x280AAD) is known color: Ultramarine. HEX triplet: 28, 0A and AD. RGB value is (40,10,173). Sum of RGB (Red+Green+Blue) = 40+10+173=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 173 (67.97% from 255 or 77.58% from 223); Max value from RGB is 173 - color contains mainly: blue. Hex color #280AAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280AAD is #D7F552. Grayscale: #242424. Windows color (decimal): -14153043 or 11340328. OLE color: 11340328.

HSL color Cylindrical-coordinate representation of color #280AAD: hue angle of 251.04º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280AAD is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 10 173 -
CMYK 0.77 0.94 0 0.32
HSL 251.04º 0.89% 0.36% -
HSV(B) 251.04º 0.94% 0.68% -
XYZ 8.53 3.69 39.8 -
YUV 37.55 204.44 129.75 -
System Red Green Blue C M Y K H S L
Decimal 40 10 173 0.77 0.94 0 0.32 251.04 0.89 0.36
Hex 28 A AD 4D 5E 0 20 FB 59 24
Octal 50 12 255 115 136 0 40 373 131 44
Binary 101000 1010 10101101 1001101 1011110 0 100000 11111011 1011001 100100

Color Harmonies of #280AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280AAD

Black with #280AAD

Text Example


Text Example

White with #280AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,10,173); }

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

background-color css

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

 a { background-color: rgb(40,10,173); }

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

border-color css

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

 span { border-color: rgb(40,10,173); }

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