#271F8B

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

Shades of Ultramarine #271F8B

Tints of Ultramarine #271F8B

Color information

#271F8B (or 0x271F8B) is unknown color: approx Ultramarine. HEX triplet: 27, 1F and 8B. RGB value is (39,31,139). Sum of RGB (Red+Green+Blue) = 39+31+139=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 139 (54.69% from 255 or 66.51% from 209); Max value from RGB is 139 - color contains mainly: blue. Hex color #271F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271F8B is #D8E074. Grayscale: #2D2D2D. Windows color (decimal): -14213237 or 9117479. OLE color: 9117479.

HSL color Cylindrical-coordinate representation of color #271F8B: hue angle of 244.44º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #271F8B is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3931139-
CMYK0.720.7800.45
HSL244.44º63.53%33.33%-
HSV(B)244.44º77.7%54.51%-
XYZ5.993.2824.74-
YUV45.7180.65123.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.66%
GREEN value IS 31 (12.5% from 255) = 14.83%
BLUE value IS 139 (54.69% from 255) = 66.51%
R=18.66%
G=14.83%
B=66.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal39311390.720.7800.45244.4463.5333.33
Hex271F8B484E02Df44021
Octal473721311011605536410041
Binary1001111111110001011100100010011100101101111101001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,31,139); }

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

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

 a { background-color: rgb(39,31,139); }

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

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

 span { border-color: rgb(39,31,139); }

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