#270D93

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

Shades of Ultramarine #270D93

Tints of Ultramarine #270D93

Color information

#270D93 (or 0x270D93) is unknown color: approx Ultramarine. HEX triplet: 27, 0D and 93. RGB value is (39,13,147). Sum of RGB (Red+Green+Blue) = 39+13+147=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 147 (57.81% from 255 or 73.87% from 199); Max value from RGB is 147 - color contains mainly: blue. Hex color #270D93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270D93 is #D8F26C. Grayscale: #232323. Windows color (decimal): -14217837 or 9637159. OLE color: 9637159.

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

Color convert

RGB3913147-
CMYK0.730.9100.42
HSL251.64º83.75%31.37%-
HSV(B)251.64º91.16%57.65%-
XYZ6.252.8327.82-
YUV36.05190.61130.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.60%
GREEN value IS 13 (5.47% from 255) = 6.53%
BLUE value IS 147 (57.81% from 255) = 73.87%
R=19.60%
G=6.53%
B=73.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39131470.730.9100.42251.6483.7531.37
Hex27D93495B02Afc541f
Octal471522311113305237412437
Binary10011111011001001110010011011011010101011111100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,13,147); }

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

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

 a { background-color: rgb(39,13,147); }

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

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

 span { border-color: rgb(39,13,147); }

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