#271A91

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

Shades of Ultramarine #271A91

Tints of Ultramarine #271A91

Color information

#271A91 (or 0x271A91) is unknown color: approx Ultramarine. HEX triplet: 27, 1A and 91. RGB value is (39,26,145). Sum of RGB (Red+Green+Blue) = 39+26+145=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 145 (57.03% from 255 or 69.05% from 210); Max value from RGB is 145 - color contains mainly: blue. Hex color #271A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271A91 is #D8E56E. Grayscale: #2A2A2A. Windows color (decimal): -14214511 or 9509415. OLE color: 9509415.

HSL color Cylindrical-coordinate representation of color #271A91: hue angle of 246.55º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #271A91 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3926145-
CMYK0.730.8200.43
HSL246.55º69.59%33.53%-
HSV(B)246.55º82.07%56.86%-
XYZ6.323.2127.08-
YUV43.45185.31124.82-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.57%
GREEN value IS 26 (10.55% from 255) = 12.38%
BLUE value IS 145 (57.03% from 255) = 69.05%
R=18.57%
G=12.38%
B=69.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal39261450.730.8200.43246.5569.5933.53
Hex271A91495202Bf74622
Octal473222111112205336710642
Binary1001111101010010001100100110100100101011111101111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271A91; }

 p { color: rgb(39,26,145); }

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

<style>
 a { background-color: #271A91; }

 a { background-color: rgb(39,26,145); }

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

<style>
 span { border-color: #271A91; }

 span { border-color: rgb(39,26,145); }

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