Html Css Color HEX #280A9D Ultramarine

📋 copy color: '#280A9D'

red 40 ◦ green 10 ◦ blue 157

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

Shades of Ultramarine #280A9D

Tints of Ultramarine #280A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 75.85%

R = 19.32%
G = 4.83%
B = 75.85%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#280A9D (or 0x280A9D) is known color: Ultramarine. HEX triplet: 28, 0A and 9D. RGB value is (40,10,157). Sum of RGB (Red+Green+Blue) = 40+10+157=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 157 (61.72% from 255 or 75.85% from 207); Max value from RGB is 157 - color contains mainly: blue. Hex color #280A9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280A9D is #D7F562. Grayscale: #232323. Windows color (decimal): -14153059 or 10291752. OLE color: 10291752.

HSL color Cylindrical-coordinate representation of color #280A9D: hue angle of 252.24º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280A9D is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 10 157 -
CMYK 0.75 0.94 0 0.38
HSL 252.24º 0.88% 0.33% -
HSV(B) 252.24º 0.94% 0.62% -
XYZ 7.07 3.1 32.12 -
YUV 35.73 196.44 131.05 -
System Red Green Blue C M Y K H S L
Decimal 40 10 157 0.75 0.94 0 0.38 252.24 0.88 0.33
Hex 28 A 9D 4B 5E 0 26 FC 58 21
Octal 50 12 235 113 136 0 46 374 130 41
Binary 101000 1010 10011101 1001011 1011110 0 100110 11111100 1011000 100001

Color Harmonies of #280A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280A9D

Black with #280A9D

Text Example


Text Example

White with #280A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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