#27168C

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

Shades of Ultramarine #27168C

Tints of Ultramarine #27168C

Color information

#27168C (or 0x27168C) is unknown color: approx Ultramarine. HEX triplet: 27, 16 and 8C. RGB value is (39,22,140). Sum of RGB (Red+Green+Blue) = 39+22+140=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 140 (55.08% from 255 or 69.65% from 201); Max value from RGB is 140 - color contains mainly: blue. Hex color #27168C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27168C is #D8E973. Grayscale: #282828. Windows color (decimal): -14215540 or 9180711. OLE color: 9180711.

HSL color Cylindrical-coordinate representation of color #27168C: hue angle of 248.64º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27168C is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3922140-
CMYK0.720.8400.45
HSL248.64º72.84%31.76%-
HSV(B)248.64º84.29%54.9%-
XYZ5.862.925.06-
YUV40.53184.13126.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.40%
GREEN value IS 22 (8.98% from 255) = 10.95%
BLUE value IS 140 (55.08% from 255) = 69.65%
R=19.40%
G=10.95%
B=69.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal39221400.720.8400.45248.6472.8431.76
Hex27168C485402Df94920
Octal472621411012405537111140
Binary1001111011010001100100100010101000101101111110011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27168C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27168C; }

 p { color: rgb(39,22,140); }

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

<style>
 a { background-color: #27168C; }

 a { background-color: rgb(39,22,140); }

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

<style>
 span { border-color: #27168C; }

 span { border-color: rgb(39,22,140); }

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