#270196

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

Shades of Ultramarine #270196

Tints of Ultramarine #270196

Color information

#270196 (or 0x270196) is unknown color: approx Ultramarine. HEX triplet: 27, 01 and 96. RGB value is (39,1,150). Sum of RGB (Red+Green+Blue) = 39+1+150=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 150 (58.98% from 255 or 78.95% from 190); Max value from RGB is 150 - color contains mainly: blue. Hex color #270196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270196 is #D8FE69. Grayscale: #1C1C1C. Windows color (decimal): -14220906 or 9830695. OLE color: 9830695.

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

Color convert

RGB391150-
CMYK0.740.9900.41
HSL255.3º98.68%29.61%-
HSV(B)255.3º99.33%58.82%-
XYZ6.352.6629.03-
YUV29.35196.09134.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.53%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 150 (58.98% from 255) = 78.95%
R=20.53%
G=0.53%
B=78.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3911500.740.9900.41255.398.6829.61
Hex271964A63029ff631e
Octal47122611214305137714336
Binary10011111001011010010101100011010100111111111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270196; }

 p { color: rgb(39,1,150); }

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

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

 a { background-color: rgb(39,1,150); }

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

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

 span { border-color: rgb(39,1,150); }

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