#280FB3

Color #280FB3 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #280FB3

Tints of Ultramarine #280FB3

Color information

#280FB3 (or 0x280FB3) is unknown color: approx Ultramarine. HEX triplet: 28, 0F and B3. RGB value is (40,15,179). Sum of RGB (Red+Green+Blue) = 40+15+179=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 179 (70.31% from 255 or 76.50% from 234); Max value from RGB is 179 - color contains mainly: blue. Hex color #280FB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280FB3 is #D7F04C. Grayscale: #282828. Windows color (decimal): -14151757 or 11734824. OLE color: 11734824.

HSL color Cylindrical-coordinate representation of color #280FB3: hue angle of 249.15º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #280FB3 is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4015179-
CMYK0.780.9200.30
HSL249.15º84.54%38.04%-
HSV(B)249.15º91.62%70.2%-
XYZ9.184.0542.95-
YUV41.17205.78127.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.09%
GREEN value IS 15 (6.25% from 255) = 6.41%
BLUE value IS 179 (70.31% from 255) = 76.50%
R=17.09%
G=6.41%
B=76.50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal40151790.780.9200.30249.1584.5438.04
Hex28FB34E5C01Ef95526
Octal501726311613403637112546
Binary10100011111011001110011101011100011110111110011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #280FB3;
 }
 .AnyTagClassName
 {
   color: #280FB3;
 }
</style>
background-color css

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

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

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

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

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

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