Html Css Color HEX #280AB0 Ultramarine

📋 copy color: '#280AB0'

red 40 ◦ green 10 ◦ blue 176

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

Shades of Ultramarine #280AB0

Tints of Ultramarine #280AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 77.88%

R = 17.7%
G = 4.42%
B = 77.88%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#280AB0 (or 0x280AB0) is known color: Ultramarine. HEX triplet: 28, 0A and B0. RGB value is (40,10,176). Sum of RGB (Red+Green+Blue) = 40+10+176=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 176 (69.14% from 255 or 77.88% from 226); Max value from RGB is 176 - color contains mainly: blue. Hex color #280AB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280AB0 is #D7F54F. Grayscale: #252525. Windows color (decimal): -14153040 or 11536936. OLE color: 11536936.

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

Color convert

RGB 40 10 176 -
CMYK 0.77 0.94 0 0.31
HSL 250.84º 0.89% 0.36% -
HSV(B) 250.84º 0.94% 0.69% -
XYZ 8.82 3.8 41.34 -
YUV 37.89 205.94 129.5 -
System Red Green Blue C M Y K H S L
Decimal 40 10 176 0.77 0.94 0 0.31 250.84 0.89 0.36
Hex 28 A B0 4D 5E 0 1F FB 59 24
Octal 50 12 260 115 136 0 37 373 131 44
Binary 101000 1010 10110000 1001101 1011110 0 11111 11111011 1011001 100100

Color Harmonies of #280AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280AB0

Black with #280AB0

Text Example


Text Example

White with #280AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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