#27029B

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

Shades of Ultramarine #27029B

Tints of Ultramarine #27029B

Color information

#27029B (or 0x27029B) is unknown color: approx Ultramarine. HEX triplet: 27, 02 and 9B. RGB value is (39,2,155). Sum of RGB (Red+Green+Blue) = 39+2+155=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 155 (60.94% from 255 or 79.08% from 196); Max value from RGB is 155 - color contains mainly: blue. Hex color #27029B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27029B is #D8FD64. Grayscale: #1D1D1D. Windows color (decimal): -14220645 or 10158631. OLE color: 10158631.

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

Color convert

RGB392155-
CMYK0.750.9900.39
HSL254.51º97.45%30.78%-
HSV(B)254.51º98.71%60.78%-
XYZ6.772.8431.2-
YUV30.51198.26134.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.90%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 155 (60.94% from 255) = 79.08%
R=19.90%
G=1.02%
B=79.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal3921550.750.9900.39254.5197.4530.78
Hex2729B4B63027ff611f
Octal47223311314304737714137
Binary100111101001101110010111100011010011111111111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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