#280FB9

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

Shades of Ultramarine #280FB9

Tints of Ultramarine #280FB9

Color information

#280FB9 (or 0x280FB9) is unknown color: approx Ultramarine. HEX triplet: 28, 0F and B9. RGB value is (40,15,185). Sum of RGB (Red+Green+Blue) = 40+15+185=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 185 (72.66% from 255 or 77.08% from 240); Max value from RGB is 185 - color contains mainly: blue. Hex color #280FB9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280FB9 is #D7F046. Grayscale: #292929. Windows color (decimal): -14151751 or 12128040. OLE color: 12128040.

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

Color convert

RGB4015185-
CMYK0.780.9200.27
HSL248.82º85%39.22%-
HSV(B)248.82º91.89%72.55%-
XYZ9.84.346.21-
YUV41.86208.78126.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.67%
GREEN value IS 15 (6.25% from 255) = 6.25%
BLUE value IS 185 (72.66% from 255) = 77.08%
R=16.67%
G=6.25%
B=77.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal40151850.780.9200.27248.828539.22
Hex28FB94E5C01Bf95527
Octal501727111613403337112547
Binary10100011111011100110011101011100011011111110011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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