#270FB0

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

Shades of Ultramarine #270FB0

Tints of Ultramarine #270FB0

Color information

#270FB0 (or 0x270FB0) is unknown color: approx Ultramarine. HEX triplet: 27, 0F and B0. RGB value is (39,15,176). Sum of RGB (Red+Green+Blue) = 39+15+176=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 176 (69.14% from 255 or 76.52% from 230); Max value from RGB is 176 - color contains mainly: blue. Hex color #270FB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270FB0 is #D8F04F. Grayscale: #272727. Windows color (decimal): -14217296 or 11538215. OLE color: 11538215.

HSL color Cylindrical-coordinate representation of color #270FB0: hue angle of 248.94º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #270FB0 is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3915176-
CMYK0.780.9100.31
HSL248.94º84.29%37.45%-
HSV(B)248.94º91.48%69.02%-
XYZ8.843.9141.36-
YUV40.53204.45126.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.96%
GREEN value IS 15 (6.25% from 255) = 6.52%
BLUE value IS 176 (69.14% from 255) = 76.52%
R=16.96%
G=6.52%
B=76.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal39151760.780.9100.31248.9484.2937.45
Hex27FB04E5B01Ff95425
Octal471726011613303737112445
Binary10011111111011000010011101011011011111111110011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,15,176); }

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

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

 a { background-color: rgb(39,15,176); }

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

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

 span { border-color: rgb(39,15,176); }

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