#271E96

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

Shades of Ultramarine #271E96

Tints of Ultramarine #271E96

Color information

#271E96 (or 0x271E96) is unknown color: approx Ultramarine. HEX triplet: 27, 1E and 96. RGB value is (39,30,150). Sum of RGB (Red+Green+Blue) = 39+30+150=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #271E96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271E96 is #D8E169. Grayscale: #2D2D2D. Windows color (decimal): -14213482 or 9838119. OLE color: 9838119.

HSL color Cylindrical-coordinate representation of color #271E96: hue angle of 244.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #271E96 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3930150-
CMYK0.740.8000.41
HSL244.5º66.67%35.29%-
HSV(B)244.5º80%58.82%-
XYZ6.813.5629.18-
YUV46.37186.48122.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.81%
GREEN value IS 30 (12.11% from 255) = 13.70%
BLUE value IS 150 (58.98% from 255) = 68.49%
R=17.81%
G=13.70%
B=68.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39301500.740.8000.41244.566.6735.29
Hex271E964A50029f44323
Octal473622611212005136410343
Binary1001111111010010110100101010100000101001111101001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271E96; }

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

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

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

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

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

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

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

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