#271993

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

Shades of Ultramarine #271993

Tints of Ultramarine #271993

Color information

#271993 (or 0x271993) is unknown color: approx Ultramarine. HEX triplet: 27, 19 and 93. RGB value is (39,25,147). Sum of RGB (Red+Green+Blue) = 39+25+147=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 147 (57.81% from 255 or 69.67% from 211); Max value from RGB is 147 - color contains mainly: blue. Hex color #271993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271993 is #D8E66C. Grayscale: #2A2A2A. Windows color (decimal): -14214765 or 9640231. OLE color: 9640231.

HSL color Cylindrical-coordinate representation of color #271993: hue angle of 246.89º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #271993 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3925147-
CMYK0.730.8300.42
HSL246.89º70.93%33.73%-
HSV(B)246.89º82.99%57.65%-
XYZ6.453.2327.89-
YUV43.09186.64125.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.48%
GREEN value IS 25 (10.16% from 255) = 11.85%
BLUE value IS 147 (57.81% from 255) = 69.67%
R=18.48%
G=11.85%
B=69.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39251470.730.8300.42246.8970.9333.73
Hex271993495302Af74722
Octal473122311112305236710742
Binary1001111100110010011100100110100110101010111101111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271993; }

 p { color: rgb(39,25,147); }

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

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

 a { background-color: rgb(39,25,147); }

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

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

 span { border-color: rgb(39,25,147); }

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