#27059B

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

Shades of Ultramarine #27059B

Tints of Ultramarine #27059B

Color information

#27059B (or 0x27059B) is unknown color: approx Ultramarine. HEX triplet: 27, 05 and 9B. RGB value is (39,5,155). Sum of RGB (Red+Green+Blue) = 39+5+155=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 155 (60.94% from 255 or 77.89% from 199); Max value from RGB is 155 - color contains mainly: blue. Hex color #27059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27059B is #D8FA64. Grayscale: #1F1F1F. Windows color (decimal): -14219877 or 10159399. OLE color: 10159399.

HSL color Cylindrical-coordinate representation of color #27059B: hue angle of 253.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #27059B is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB395155-
CMYK0.750.9700.39
HSL253.6º93.75%31.37%-
HSV(B)253.6º96.77%60.78%-
XYZ6.812.9131.21-
YUV32.27197.26132.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.60%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 155 (60.94% from 255) = 77.89%
R=19.60%
G=2.51%
B=77.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal3951550.750.9700.39253.693.7531.37
Hex2759B4B61027fe5e1f
Octal47523311314104737613637
Binary1001111011001101110010111100001010011111111110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27059B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27059B; }

 p { color: rgb(39,5,155); }

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

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

 a { background-color: rgb(39,5,155); }

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

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

 span { border-color: rgb(39,5,155); }

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