#271496

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

Shades of Ultramarine #271496

Tints of Ultramarine #271496

Color information

#271496 (or 0x271496) is unknown color: approx Ultramarine. HEX triplet: 27, 14 and 96. RGB value is (39,20,150). Sum of RGB (Red+Green+Blue) = 39+20+150=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 150 (58.98% from 255 or 71.77% from 209); Max value from RGB is 150 - color contains mainly: blue. Hex color #271496 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271496 is #D8EB69. Grayscale: #282828. Windows color (decimal): -14216042 or 9835559. OLE color: 9835559.

HSL color Cylindrical-coordinate representation of color #271496: hue angle of 248.77º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #271496 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3920150-
CMYK0.740.8700.41
HSL248.77º76.47%33.33%-
HSV(B)248.77º86.67%58.82%-
XYZ6.593.1329.11-
YUV40.5189.79126.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.66%
GREEN value IS 20 (8.20% from 255) = 9.57%
BLUE value IS 150 (58.98% from 255) = 71.77%
R=18.66%
G=9.57%
B=71.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39201500.740.8700.41248.7776.4733.33
Hex2714964A57029f94c21
Octal472422611212705137111441
Binary1001111010010010110100101010101110101001111110011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271496; }

 p { color: rgb(39,20,150); }

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

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

 a { background-color: rgb(39,20,150); }

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

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

 span { border-color: rgb(39,20,150); }

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