#27129F

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

Shades of Ultramarine #27129F

Tints of Ultramarine #27129F

Color information

#27129F (or 0x27129F) is unknown color: approx Ultramarine. HEX triplet: 27, 12 and 9F. RGB value is (39,18,159). Sum of RGB (Red+Green+Blue) = 39+18+159=216 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.06% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 159 (62.5% from 255 or 73.61% from 216); Max value from RGB is 159 - color contains mainly: blue. Hex color #27129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27129F is #D8ED60. Grayscale: #272727. Windows color (decimal): -14216545 or 10424871. OLE color: 10424871.

HSL color Cylindrical-coordinate representation of color #27129F: hue angle of 248.94º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #27129F is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3918159-
CMYK0.750.8900.38
HSL248.94º79.66%34.71%-
HSV(B)248.94º88.68%62.35%-
XYZ7.313.3733.07-
YUV40.35194.96127.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.06%
GREEN value IS 18 (7.42% from 255) = 8.33%
BLUE value IS 159 (62.5% from 255) = 73.61%
R=18.06%
G=8.33%
B=73.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal39181590.750.8900.38248.9479.6634.71
Hex27129F4B59026f95023
Octal472223711313104637112043
Binary1001111001010011111100101110110010100110111110011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27129F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27129F; }

 p { color: rgb(39,18,159); }

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

<style>
 a { background-color: #27129F; }

 a { background-color: rgb(39,18,159); }

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

<style>
 span { border-color: #27129F; }

 span { border-color: rgb(39,18,159); }

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