#281B9F

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

Shades of Ultramarine #281B9F

Tints of Ultramarine #281B9F

Color information

#281B9F (or 0x281B9F) is unknown color: approx Ultramarine. HEX triplet: 28, 1B and 9F. RGB value is (40,27,159). Sum of RGB (Red+Green+Blue) = 40+27+159=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 159 (62.5% from 255 or 70.35% from 226); Max value from RGB is 159 - color contains mainly: blue. Hex color #281B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281B9F is #D7E460. Grayscale: #2D2D2D. Windows color (decimal): -14148705 or 10427176. OLE color: 10427176.

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

Color convert

RGB4027159-
CMYK0.750.8300.38
HSL245.91º70.97%36.47%-
HSV(B)245.91º83.02%62.35%-
XYZ7.533.7433.13-
YUV45.94191.81123.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.70%
GREEN value IS 27 (10.94% from 255) = 11.95%
BLUE value IS 159 (62.5% from 255) = 70.35%
R=17.70%
G=11.95%
B=70.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal40271590.750.8300.38245.9170.9736.47
Hex281B9F4B53026f64724
Octal503323711312304636610744
Binary1010001101110011111100101110100110100110111101101000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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