#280CB6

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

Shades of Ultramarine #280CB6

Tints of Ultramarine #280CB6

Color information

#280CB6 (or 0x280CB6) is unknown color: approx Ultramarine. HEX triplet: 28, 0C and B6. RGB value is (40,12,182). Sum of RGB (Red+Green+Blue) = 40+12+182=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 182 (71.48% from 255 or 77.78% from 234); Max value from RGB is 182 - color contains mainly: blue. Hex color #280CB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280CB6 is #D7F349. Grayscale: #272727. Windows color (decimal): -14152522 or 11930664. OLE color: 11930664.

HSL color Cylindrical-coordinate representation of color #280CB6: hue angle of 249.88º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280CB6 is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4012182-
CMYK0.780.9300.29
HSL249.88º87.63%38.04%-
HSV(B)249.88º93.41%71.37%-
XYZ9.454.0944.55-
YUV39.75208.28128.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.09%
GREEN value IS 12 (5.08% from 255) = 5.13%
BLUE value IS 182 (71.48% from 255) = 77.78%
R=17.09%
G=5.13%
B=77.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal40121820.780.9300.29249.8887.6338.04
Hex28CB64E5D01Dfa5826
Octal501426611613503537213046
Binary10100011001011011010011101011101011101111110101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,12,182); }

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

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

 a { background-color: rgb(40,12,182); }

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

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

 span { border-color: rgb(40,12,182); }

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