#270EAC

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

Shades of Ultramarine #270EAC

Tints of Ultramarine #270EAC

Color information

#270EAC (or 0x270EAC) is unknown color: approx Ultramarine. HEX triplet: 27, 0E and AC. RGB value is (39,14,172). Sum of RGB (Red+Green+Blue) = 39+14+172=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 172 (67.58% from 255 or 76.44% from 225); Max value from RGB is 172 - color contains mainly: blue. Hex color #270EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270EAC is #D8F153. Grayscale: #262626. Windows color (decimal): -14217556 or 11275815. OLE color: 11275815.

HSL color Cylindrical-coordinate representation of color #270EAC: hue angle of 249.49º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #270EAC is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3914172-
CMYK0.770.9200.33
HSL249.49º84.95%36.47%-
HSV(B)249.49º91.86%67.45%-
XYZ8.443.7239.3-
YUV39.49202.78127.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.33%
GREEN value IS 14 (5.86% from 255) = 6.22%
BLUE value IS 172 (67.58% from 255) = 76.44%
R=17.33%
G=6.22%
B=76.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39141720.770.9200.33249.4984.9536.47
Hex27EAC4D5C021f95524
Octal471625411513404137112544
Binary100111111010101100100110110111000100001111110011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,14,172); }

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

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

 a { background-color: rgb(39,14,172); }

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

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

 span { border-color: rgb(39,14,172); }

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