#270F8E

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

Shades of Ultramarine #270F8E

Tints of Ultramarine #270F8E

Color information

#270F8E (or 0x270F8E) is unknown color: approx Ultramarine. HEX triplet: 27, 0F and 8E. RGB value is (39,15,142). Sum of RGB (Red+Green+Blue) = 39+15+142=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 142 (55.86% from 255 or 72.45% from 196); Max value from RGB is 142 - color contains mainly: blue. Hex color #270F8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270F8E is #D8F071. Grayscale: #242424. Windows color (decimal): -14217330 or 9309991. OLE color: 9309991.

HSL color Cylindrical-coordinate representation of color #270F8E: hue angle of 251.34º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #270F8E is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3915142-
CMYK0.730.8900.44
HSL251.34º80.89%30.78%-
HSV(B)251.34º89.44%55.69%-
XYZ5.892.7325.81-
YUV36.65187.45129.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.90%
GREEN value IS 15 (6.25% from 255) = 7.65%
BLUE value IS 142 (55.86% from 255) = 72.45%
R=19.90%
G=7.65%
B=72.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39151420.730.8900.44251.3480.8930.78
Hex27F8E495902Cfb511f
Octal471721611113105437312137
Binary10011111111000111010010011011001010110011111011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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