Html Css Color HEX #280AAB Ultramarine

📋 copy color: '#280AAB'

red 40 ◦ green 10 ◦ blue 171

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

Shades of Ultramarine #280AAB

Tints of Ultramarine #280AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 77.38%

R = 18.1%
G = 4.52%
B = 77.38%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#280AAB (or 0x280AAB) is known color: Ultramarine. HEX triplet: 28, 0A and AB. RGB value is (40,10,171). Sum of RGB (Red+Green+Blue) = 40+10+171=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 171 (67.19% from 255 or 77.38% from 221); Max value from RGB is 171 - color contains mainly: blue. Hex color #280AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280AAB is #D7F554. Grayscale: #242424. Windows color (decimal): -14153045 or 11209256. OLE color: 11209256.

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

Color convert

RGB 40 10 171 -
CMYK 0.77 0.94 0 0.33
HSL 251.18º 0.89% 0.35% -
HSV(B) 251.18º 0.94% 0.67% -
XYZ 8.33 3.61 38.79 -
YUV 37.32 203.44 129.91 -
System Red Green Blue C M Y K H S L
Decimal 40 10 171 0.77 0.94 0 0.33 251.18 0.89 0.35
Hex 28 A AB 4D 5E 0 21 FB 59 23
Octal 50 12 253 115 136 0 41 373 131 43
Binary 101000 1010 10101011 1001101 1011110 0 100001 11111011 1011001 100011

Color Harmonies of #280AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280AAB

Black with #280AAB

Text Example


Text Example

White with #280AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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