#270896

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

Shades of Ultramarine #270896

Tints of Ultramarine #270896

Color information

#270896 (or 0x270896) is unknown color: approx Ultramarine. HEX triplet: 27, 08 and 96. RGB value is (39,8,150). Sum of RGB (Red+Green+Blue) = 39+8+150=197 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.80% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 150 (58.98% from 255 or 76.14% from 197); Max value from RGB is 150 - color contains mainly: blue. Hex color #270896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270896 is #D8F769. Grayscale: #202020. Windows color (decimal): -14219114 or 9832487. OLE color: 9832487.

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

Color convert

RGB398150-
CMYK0.740.9500.41
HSL253.1º89.87%30.98%-
HSV(B)253.1º94.67%58.82%-
XYZ6.432.8129.06-
YUV33.46193.77131.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.80%
GREEN value IS 8 (3.52% from 255) = 4.06%
BLUE value IS 150 (58.98% from 255) = 76.14%
R=19.80%
G=4.06%
B=76.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3981500.740.9500.41253.189.8730.98
Hex278964A5F029fd5a1f
Octal471022611213705137513237
Binary10011110001001011010010101011111010100111111101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270896; }

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

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

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

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

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

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

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

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