Html Css Color HEX #280AAE Ultramarine

📋 copy color: '#280AAE'

red 40 ◦ green 10 ◦ blue 174

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

Shades of Ultramarine #280AAE

Tints of Ultramarine #280AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 77.68%

R = 17.86%
G = 4.46%
B = 77.68%

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

#280AAE (or 0x280AAE) is known color: Ultramarine. HEX triplet: 28, 0A and AE. RGB value is (40,10,174). Sum of RGB (Red+Green+Blue) = 40+10+174=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 174 (68.36% from 255 or 77.68% from 224); Max value from RGB is 174 - color contains mainly: blue. Hex color #280AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280AAE is #D7F551. Grayscale: #252525. Windows color (decimal): -14153042 or 11405864. OLE color: 11405864.

HSL color Cylindrical-coordinate representation of color #280AAE: hue angle of 250.98º 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 #280AAE is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 10 174 -
CMYK 0.77 0.94 0 0.32
HSL 250.98º 0.89% 0.36% -
HSV(B) 250.98º 0.94% 0.68% -
XYZ 8.62 3.72 40.31 -
YUV 37.67 204.94 129.66 -
System Red Green Blue C M Y K H S L
Decimal 40 10 174 0.77 0.94 0 0.32 250.98 0.89 0.36
Hex 28 A AE 4D 5E 0 20 FB 59 24
Octal 50 12 256 115 136 0 40 373 131 44
Binary 101000 1010 10101110 1001101 1011110 0 100000 11111011 1011001 100100

Color Harmonies of #280AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280AAE

Black with #280AAE

Text Example


Text Example

White with #280AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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