#280CB1

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

Shades of Ultramarine #280CB1

Tints of Ultramarine #280CB1

Color information

#280CB1 (or 0x280CB1) is unknown color: approx Ultramarine. HEX triplet: 28, 0C and B1. RGB value is (40,12,177). Sum of RGB (Red+Green+Blue) = 40+12+177=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 177 (69.53% from 255 or 77.29% from 229); Max value from RGB is 177 - color contains mainly: blue. Hex color #280CB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280CB1 is #D7F34E. Grayscale: #262626. Windows color (decimal): -14152527 or 11602984. OLE color: 11602984.

HSL color Cylindrical-coordinate representation of color #280CB1: hue angle of 250.18º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280CB1 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4012177-
CMYK0.770.9300.31
HSL250.18º87.3%37.06%-
HSV(B)250.18º93.22%69.41%-
XYZ8.943.8941.87-
YUV39.18205.78128.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.47%
GREEN value IS 12 (5.08% from 255) = 5.24%
BLUE value IS 177 (69.53% from 255) = 77.29%
R=17.47%
G=5.24%
B=77.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal40121770.770.9300.31250.1887.337.06
Hex28CB14D5D01Ffa5725
Octal501426111513503737212745
Binary10100011001011000110011011011101011111111110101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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