#27119B

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

Shades of Ultramarine #27119B

Tints of Ultramarine #27119B

Color information

#27119B (or 0x27119B) is unknown color: approx Ultramarine. HEX triplet: 27, 11 and 9B. RGB value is (39,17,155). Sum of RGB (Red+Green+Blue) = 39+17+155=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 155 (60.94% from 255 or 73.46% from 211); Max value from RGB is 155 - color contains mainly: blue. Hex color #27119B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27119B is #D8EE64. Grayscale: #262626. Windows color (decimal): -14216805 or 10162471. OLE color: 10162471.

HSL color Cylindrical-coordinate representation of color #27119B: hue angle of 249.57º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #27119B is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3917155-
CMYK0.750.8900.39
HSL249.57º80.23%33.73%-
HSV(B)249.57º89.03%60.78%-
XYZ6.953.231.26-
YUV39.31193.29127.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.48%
GREEN value IS 17 (7.03% from 255) = 8.06%
BLUE value IS 155 (60.94% from 255) = 73.46%
R=18.48%
G=8.06%
B=73.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal39171550.750.8900.39249.5780.2333.73
Hex27119B4B59027fa5022
Octal472123311313104737212042
Binary1001111000110011011100101110110010100111111110101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27119B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27119B; }

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

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

<style>
 a { background-color: #27119B; }

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

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

<style>
 span { border-color: #27119B; }

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

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