#281CA7

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

Shades of Ultramarine #281CA7

Tints of Ultramarine #281CA7

Color information

#281CA7 (or 0x281CA7) is unknown color: approx Ultramarine. HEX triplet: 28, 1C and A7. RGB value is (40,28,167). Sum of RGB (Red+Green+Blue) = 40+28+167=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 167 (65.62% from 255 or 71.06% from 235); Max value from RGB is 167 - color contains mainly: blue. Hex color #281CA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281CA7 is #D7E358. Grayscale: #2E2E2E. Windows color (decimal): -14148441 or 10951720. OLE color: 10951720.

HSL color Cylindrical-coordinate representation of color #281CA7: hue angle of 245.18º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #281CA7 is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4028167-
CMYK0.760.8300.35
HSL245.18º71.28%38.24%-
HSV(B)245.18º83.23%65.49%-
XYZ8.274.0736.91-
YUV47.43195.48122.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.02%
GREEN value IS 28 (11.33% from 255) = 11.91%
BLUE value IS 167 (65.62% from 255) = 71.06%
R=17.02%
G=11.91%
B=71.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal40281670.760.8300.35245.1871.2838.24
Hex281CA74C53023f54726
Octal503424711412304336510746
Binary1010001110010100111100110010100110100011111101011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281CA7; }

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

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

<style>
 a { background-color: #281CA7; }

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

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

<style>
 span { border-color: #281CA7; }

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

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