#271A92

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

Shades of Ultramarine #271A92

Tints of Ultramarine #271A92

Color information

#271A92 (or 0x271A92) is unknown color: approx Ultramarine. HEX triplet: 27, 1A and 92. RGB value is (39,26,146). Sum of RGB (Red+Green+Blue) = 39+26+146=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 146 (57.42% from 255 or 69.19% from 211); Max value from RGB is 146 - color contains mainly: blue. Hex color #271A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271A92 is #D8E56D. Grayscale: #2B2B2B. Windows color (decimal): -14214510 or 9574951. OLE color: 9574951.

HSL color Cylindrical-coordinate representation of color #271A92: hue angle of 246.5º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #271A92 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3926146-
CMYK0.730.8200.43
HSL246.5º69.77%33.73%-
HSV(B)246.5º82.19%57.25%-
XYZ6.393.2527.48-
YUV43.57185.81124.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.48%
GREEN value IS 26 (10.55% from 255) = 12.32%
BLUE value IS 146 (57.42% from 255) = 69.19%
R=18.48%
G=12.32%
B=69.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal39261460.730.8200.43246.569.7733.73
Hex271A92495202Bf64622
Octal473222211112205336610642
Binary1001111101010010010100100110100100101011111101101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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