#280BA7

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

Shades of Ultramarine #280BA7

Tints of Ultramarine #280BA7

Color information

#280BA7 (or 0x280BA7) is unknown color: approx Ultramarine. HEX triplet: 28, 0B and A7. RGB value is (40,11,167). Sum of RGB (Red+Green+Blue) = 40+11+167=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 167 (65.62% from 255 or 76.61% from 218); Max value from RGB is 167 - color contains mainly: blue. Hex color #280BA7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280BA7 is #D7F458. Grayscale: #242424. Windows color (decimal): -14152793 or 10947368. OLE color: 10947368.

HSL color Cylindrical-coordinate representation of color #280BA7: hue angle of 251.15º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280BA7 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4011167-
CMYK0.760.9300.35
HSL251.15º87.64%34.9%-
HSV(B)251.15º93.41%65.49%-
XYZ7.973.4836.81-
YUV37.46201.11129.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.35%
GREEN value IS 11 (4.69% from 255) = 5.05%
BLUE value IS 167 (65.62% from 255) = 76.61%
R=18.35%
G=5.05%
B=76.61%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal40111670.760.9300.35251.1587.6434.9
Hex28BA74C5D023fb5823
Octal501324711413504337313043
Binary101000101110100111100110010111010100011111110111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,11,167); }

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

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

 a { background-color: rgb(40,11,167); }

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

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

 span { border-color: rgb(40,11,167); }

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