#281B96

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

Shades of Ultramarine #281B96

Tints of Ultramarine #281B96

Color information

#281B96 (or 0x281B96) is unknown color: approx Ultramarine. HEX triplet: 28, 1B and 96. RGB value is (40,27,150). Sum of RGB (Red+Green+Blue) = 40+27+150=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 150 (58.98% from 255 or 69.12% from 217); Max value from RGB is 150 - color contains mainly: blue. Hex color #281B96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281B96 is #D7E469. Grayscale: #2C2C2C. Windows color (decimal): -14148714 or 9837352. OLE color: 9837352.

HSL color Cylindrical-coordinate representation of color #281B96: hue angle of 246.34º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #281B96 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4027150-
CMYK0.730.8200.41
HSL246.34º69.49%34.71%-
HSV(B)246.34º82%58.82%-
XYZ6.773.4429.16-
YUV44.91187.31124.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.43%
GREEN value IS 27 (10.94% from 255) = 12.44%
BLUE value IS 150 (58.98% from 255) = 69.12%
R=18.43%
G=12.44%
B=69.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal40271500.730.8200.41246.3469.4934.71
Hex281B964952029f64523
Octal503322611112205136610543
Binary1010001101110010110100100110100100101001111101101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,27,150); }

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

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

 a { background-color: rgb(40,27,150); }

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

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

 span { border-color: rgb(40,27,150); }

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