#270D97

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

Shades of Ultramarine #270D97

Tints of Ultramarine #270D97

Color information

#270D97 (or 0x270D97) is unknown color: approx Ultramarine. HEX triplet: 27, 0D and 97. RGB value is (39,13,151). Sum of RGB (Red+Green+Blue) = 39+13+151=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 151 (59.38% from 255 or 74.38% from 203); Max value from RGB is 151 - color contains mainly: blue. Hex color #270D97 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270D97 is #D8F268. Grayscale: #232323. Windows color (decimal): -14217833 or 9899303. OLE color: 9899303.

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

Color convert

RGB3913151-
CMYK0.740.9100.41
HSL251.3º84.15%32.16%-
HSV(B)251.3º91.39%59.22%-
XYZ6.572.9529.5-
YUV36.51192.61129.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.21%
GREEN value IS 13 (5.47% from 255) = 6.40%
BLUE value IS 151 (59.38% from 255) = 74.38%
R=19.21%
G=6.40%
B=74.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39131510.740.9100.41251.384.1532.16
Hex27D974A5B029fb5420
Octal471522711213305137312440
Binary100111110110010111100101010110110101001111110111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270D97; }

 p { color: rgb(39,13,151); }

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

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

 a { background-color: rgb(39,13,151); }

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

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

 span { border-color: rgb(39,13,151); }

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