#270C94

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

Shades of Ultramarine #270C94

Tints of Ultramarine #270C94

Color information

#270C94 (or 0x270C94) is unknown color: approx Ultramarine. HEX triplet: 27, 0C and 94. RGB value is (39,12,148). Sum of RGB (Red+Green+Blue) = 39+12+148=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 148 (58.20% from 255 or 74.37% from 199); Max value from RGB is 148 - color contains mainly: blue. Hex color #270C94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270C94 is #D8F36B. Grayscale: #232323. Windows color (decimal): -14218092 or 9702439. OLE color: 9702439.

HSL color Cylindrical-coordinate representation of color #270C94: hue angle of 251.91º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #270C94 is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3912148-
CMYK0.740.9200.42
HSL251.91º85%31.37%-
HSV(B)251.91º91.89%58.04%-
XYZ6.312.8328.23-
YUV35.58191.45130.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.60%
GREEN value IS 12 (5.08% from 255) = 6.03%
BLUE value IS 148 (58.20% from 255) = 74.37%
R=19.60%
G=6.03%
B=74.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39121480.740.9200.42251.918531.37
Hex27C944A5C02Afc551f
Octal471422411213405237412537
Binary10011111001001010010010101011100010101011111100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,12,148); }

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

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

 a { background-color: rgb(39,12,148); }

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

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

 span { border-color: rgb(39,12,148); }

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