#271195

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

Shades of Ultramarine #271195

Tints of Ultramarine #271195

Color information

#271195 (or 0x271195) is unknown color: approx Ultramarine. HEX triplet: 27, 11 and 95. RGB value is (39,17,149). Sum of RGB (Red+Green+Blue) = 39+17+149=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 149 (58.59% from 255 or 72.68% from 205); Max value from RGB is 149 - color contains mainly: blue. Hex color #271195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271195 is #D8EE6A. Grayscale: #262626. Windows color (decimal): -14216811 or 9769255. OLE color: 9769255.

HSL color Cylindrical-coordinate representation of color #271195: hue angle of 250º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #271195 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3917149-
CMYK0.740.8900.42
HSL250º79.52%32.55%-
HSV(B)250º88.59%58.43%-
XYZ6.46328.67-
YUV38.63190.29128.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.02%
GREEN value IS 17 (7.03% from 255) = 8.29%
BLUE value IS 149 (58.59% from 255) = 72.68%
R=19.02%
G=8.29%
B=72.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39171490.740.8900.4225079.5232.55
Hex2711954A5902Afa5021
Octal472122511213105237212041
Binary1001111000110010101100101010110010101010111110101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271195; }

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

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

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

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

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

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

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

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