#270592

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

Shades of Ultramarine #270592

Tints of Ultramarine #270592

Color information

#270592 (or 0x270592) is unknown color: approx Ultramarine. HEX triplet: 27, 05 and 92. RGB value is (39,5,146). Sum of RGB (Red+Green+Blue) = 39+5+146=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 146 (57.42% from 255 or 76.84% from 190); Max value from RGB is 146 - color contains mainly: blue. Hex color #270592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270592 is #D8FA6D. Grayscale: #1E1E1E. Windows color (decimal): -14219886 or 9569575. OLE color: 9569575.

HSL color Cylindrical-coordinate representation of color #270592: hue angle of 254.47º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #270592 is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB395146-
CMYK0.730.9700.43
HSL254.47º93.38%29.61%-
HSV(B)254.47º96.58%57.25%-
XYZ6.082.6227.38-
YUV31.24192.76133.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.53%
GREEN value IS 5 (2.34% from 255) = 2.63%
BLUE value IS 146 (57.42% from 255) = 76.84%
R=20.53%
G=2.63%
B=76.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3951460.730.9700.43254.4793.3829.61
Hex27592496102Bfe5d1e
Octal47522211114105337613536
Binary1001111011001001010010011100001010101111111110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270592; }

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

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

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

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

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

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

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

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