#271A8B

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

Shades of Ultramarine #271A8B

Tints of Ultramarine #271A8B

Color information

#271A8B (or 0x271A8B) is unknown color: approx Ultramarine. HEX triplet: 27, 1A and 8B. RGB value is (39,26,139). Sum of RGB (Red+Green+Blue) = 39+26+139=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 139 (54.69% from 255 or 68.14% from 204); Max value from RGB is 139 - color contains mainly: blue. Hex color #271A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271A8B is #D8E574. Grayscale: #2A2A2A. Windows color (decimal): -14214517 or 9116199. OLE color: 9116199.

HSL color Cylindrical-coordinate representation of color #271A8B: hue angle of 246.9º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #271A8B is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3926139-
CMYK0.720.8100.45
HSL246.9º68.48%32.35%-
HSV(B)246.9º81.29%54.51%-
XYZ5.873.0324.7-
YUV42.77182.31125.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.12%
GREEN value IS 26 (10.55% from 255) = 12.75%
BLUE value IS 139 (54.69% from 255) = 68.14%
R=19.12%
G=12.75%
B=68.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal39261390.720.8100.45246.968.4832.35
Hex271A8B485102Df74420
Octal473221311012105536710440
Binary1001111101010001011100100010100010101101111101111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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