#270AA9

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

Shades of Ultramarine #270AA9

Tints of Ultramarine #270AA9

Color information

#270AA9 (or 0x270AA9) is unknown color: approx Ultramarine. HEX triplet: 27, 0A and A9. RGB value is (39,10,169). Sum of RGB (Red+Green+Blue) = 39+10+169=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 169 (66.41% from 255 or 77.52% from 218); Max value from RGB is 169 - color contains mainly: blue. Hex color #270AA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270AA9 is #D8F556. Grayscale: #242424. Windows color (decimal): -14218583 or 11078183. OLE color: 11078183.

HSL color Cylindrical-coordinate representation of color #270AA9: hue angle of 250.94º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270AA9 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3910169-
CMYK0.770.9400.34
HSL250.94º88.83%35.1%-
HSV(B)250.94º94.08%66.27%-
XYZ8.113.5137.79-
YUV36.8202.61129.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.89%
GREEN value IS 10 (4.30% from 255) = 4.59%
BLUE value IS 169 (66.41% from 255) = 77.52%
R=17.89%
G=4.59%
B=77.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal39101690.770.9400.34250.9488.8335.1
Hex27AA94D5E022fb5923
Octal471225111513604237313143
Binary100111101010101001100110110111100100010111110111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,10,169); }

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

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

 a { background-color: rgb(39,10,169); }

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

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

 span { border-color: rgb(39,10,169); }

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