#271A9B

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

Shades of Ultramarine #271A9B

Tints of Ultramarine #271A9B

Color information

#271A9B (or 0x271A9B) is unknown color: approx Ultramarine. HEX triplet: 27, 1A and 9B. RGB value is (39,26,155). Sum of RGB (Red+Green+Blue) = 39+26+155=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 155 (60.94% from 255 or 70.45% from 220); Max value from RGB is 155 - color contains mainly: blue. Hex color #271A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271A9B is #D8E564. Grayscale: #2C2C2C. Windows color (decimal): -14214501 or 10164775. OLE color: 10164775.

HSL color Cylindrical-coordinate representation of color #271A9B: hue angle of 246.05º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #271A9B is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3926155-
CMYK0.750.8300.39
HSL246.05º71.27%35.49%-
HSV(B)246.05º83.23%60.78%-
XYZ7.123.5431.32-
YUV44.59190.31124.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.73%
GREEN value IS 26 (10.55% from 255) = 11.82%
BLUE value IS 155 (60.94% from 255) = 70.45%
R=17.73%
G=11.82%
B=70.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal39261550.750.8300.39246.0571.2735.49
Hex271A9B4B53027f64723
Octal473223311312304736610743
Binary1001111101010011011100101110100110100111111101101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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