#15099B

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

Shades of Ultramarine #15099B

Tints of Ultramarine #15099B

Color information

#15099B (or 0x15099B) is unknown color: approx Ultramarine. HEX triplet: 15, 09 and 9B. RGB value is (21,9,155). Sum of RGB (Red+Green+Blue) = 21+9+155=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 155 (60.94% from 255 or 83.78% from 185); Max value from RGB is 155 - color contains mainly: blue. Hex color #15099B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15099B is #EAF664. Grayscale: #1C1C1C. Windows color (decimal): -15398501 or 10160405. OLE color: 10160405.

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

Color convert

RGB219155-
CMYK0.860.9400.39
HSL244.93º89.02%32.16%-
HSV(B)244.93º94.19%60.78%-
XYZ6.322.7231.2-
YUV29.23198.98122.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.35%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 155 (60.94% from 255) = 83.78%
R=11.35%
G=4.86%
B=83.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2191550.860.9400.39244.9389.0232.16
Hex1599B565E027f55920
Octal251123312613604736513140
Binary10101100110011011101011010111100100111111101011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15099B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,9,155); }

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

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

 a { background-color: rgb(21,9,155); }

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

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

 span { border-color: rgb(21,9,155); }

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