#271896

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

Shades of Ultramarine #271896

Tints of Ultramarine #271896

Color information

#271896 (or 0x271896) is unknown color: approx Ultramarine. HEX triplet: 27, 18 and 96. RGB value is (39,24,150). Sum of RGB (Red+Green+Blue) = 39+24+150=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 150 (58.98% from 255 or 70.42% from 213); Max value from RGB is 150 - color contains mainly: blue. Hex color #271896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271896 is #D8E769. Grayscale: #2A2A2A. Windows color (decimal): -14215018 or 9836583. OLE color: 9836583.

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

Color convert

RGB3924150-
CMYK0.740.8400.41
HSL247.14º72.41%34.12%-
HSV(B)247.14º84%58.82%-
XYZ6.673.2929.14-
YUV42.85188.47125.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.31%
GREEN value IS 24 (9.77% from 255) = 11.27%
BLUE value IS 150 (58.98% from 255) = 70.42%
R=18.31%
G=11.27%
B=70.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39241500.740.8400.41247.1472.4134.12
Hex2718964A54029f74822
Octal473022611212405136711042
Binary1001111100010010110100101010101000101001111101111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271896; }

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

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

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

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

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

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

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

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