Html Css Color HEX #280FA9 Ultramarine

📋 copy color: '#280FA9'

red 40 ◦ green 15 ◦ blue 169

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

Shades of Ultramarine #280FA9

Tints of Ultramarine #280FA9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.7%

 BLUE value IS 169 (66.41% from 255) = 75.45%

R = 17.86%
G = 6.7%
B = 75.45%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#280FA9 (or 0x280FA9) is known color: Ultramarine. HEX triplet: 28, 0F and A9. RGB value is (40,15,169). Sum of RGB (Red+Green+Blue) = 40+15+169=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 169 (66.41% from 255 or 75.45% from 224); Max value from RGB is 169 - color contains mainly: blue. Hex color #280FA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280FA9 is #D7F056. Grayscale: #272727. Windows color (decimal): -14151767 or 11079464. OLE color: 11079464.

HSL color Cylindrical-coordinate representation of color #280FA9: hue angle of 249.74º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #280FA9 is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 40 15 169 -
CMYK 0.76 0.91 0 0.34
HSL 249.74º 0.84% 0.36% -
HSV(B) 249.74º 0.91% 0.66% -
XYZ 8.21 3.66 37.81 -
YUV 40.03 200.78 127.98 -
System Red Green Blue C M Y K H S L
Decimal 40 15 169 0.76 0.91 0 0.34 249.74 0.84 0.36
Hex 28 F A9 4C 5B 0 22 FA 54 24
Octal 50 17 251 114 133 0 42 372 124 44
Binary 101000 1111 10101001 1001100 1011011 0 100010 11111010 1010100 100100

Color Harmonies of #280FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280FA9

Black with #280FA9

Text Example


Text Example

White with #280FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,15,169); }

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

background-color css

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

 a { background-color: rgb(40,15,169); }

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

border-color css

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

 span { border-color: rgb(40,15,169); }

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