#271292

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

Shades of Ultramarine #271292

Tints of Ultramarine #271292

Color information

#271292 (or 0x271292) is unknown color: approx Ultramarine. HEX triplet: 27, 12 and 92. RGB value is (39,18,146). Sum of RGB (Red+Green+Blue) = 39+18+146=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 146 (57.42% from 255 or 71.92% from 203); Max value from RGB is 146 - color contains mainly: blue. Hex color #271292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271292 is #D8ED6D. Grayscale: #262626. Windows color (decimal): -14216558 or 9572903. OLE color: 9572903.

HSL color Cylindrical-coordinate representation of color #271292: hue angle of 249.84º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #271292 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3918146-
CMYK0.730.8800.43
HSL249.84º78.05%32.16%-
HSV(B)249.84º87.67%57.25%-
XYZ6.242.9427.43-
YUV38.87188.46128.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.21%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 146 (57.42% from 255) = 71.92%
R=19.21%
G=8.87%
B=71.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal39181460.730.8800.43249.8478.0532.16
Hex271292495802Bfa4e20
Octal472222211113005337211640
Binary1001111001010010010100100110110000101011111110101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271292; }

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

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

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

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

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

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

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

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