#27029D

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

Shades of Ultramarine #27029D

Tints of Ultramarine #27029D

Color information

#27029D (or 0x27029D) is unknown color: approx Ultramarine. HEX triplet: 27, 02 and 9D. RGB value is (39,2,157). Sum of RGB (Red+Green+Blue) = 39+2+157=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 157 (61.72% from 255 or 79.29% from 198); Max value from RGB is 157 - color contains mainly: blue. Hex color #27029D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27029D is #D8FD62. Grayscale: #1E1E1E. Windows color (decimal): -14220643 or 10289703. OLE color: 10289703.

HSL color Cylindrical-coordinate representation of color #27029D: hue angle of 254.32º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #27029D is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB392157-
CMYK0.750.9900.38
HSL254.32º97.48%31.18%-
HSV(B)254.32º98.73%61.57%-
XYZ6.942.9132.09-
YUV30.73199.26133.9-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.70%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 157 (61.72% from 255) = 79.29%
R=19.70%
G=1.01%
B=79.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal3921570.750.9900.38254.3297.4831.18
Hex2729D4B63026fe611f
Octal47223511314304637614137
Binary100111101001110110010111100011010011011111110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27029D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27029D; }

 p { color: rgb(39,2,157); }

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

<style>
 a { background-color: #27029D; }

 a { background-color: rgb(39,2,157); }

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

<style>
 span { border-color: #27029D; }

 span { border-color: rgb(39,2,157); }

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