#151388

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

Shades of Ultramarine #151388

Tints of Ultramarine #151388

Color information

#151388 (or 0x151388) is unknown color: approx Ultramarine. HEX triplet: 15, 13 and 88. RGB value is (21,19,136). Sum of RGB (Red+Green+Blue) = 21+19+136=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 136 (53.52% from 255 or 77.27% from 176); Max value from RGB is 136 - color contains mainly: blue. Hex color #151388 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151388 is #EAEC77. Grayscale: #202020. Windows color (decimal): -15395960 or 8917781. OLE color: 8917781.

HSL color Cylindrical-coordinate representation of color #151388: hue angle of 241.03º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #151388 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2119136-
CMYK0.850.8600.47
HSL241.03º75.48%30.39%-
HSV(B)241.03º86.03%53.33%-
XYZ4.992.423.49-
YUV32.94186.16119.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.93%
GREEN value IS 19 (7.81% from 255) = 10.80%
BLUE value IS 136 (53.52% from 255) = 77.27%
R=11.93%
G=10.80%
B=77.27%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21191360.850.8600.47241.0375.4830.39
Hex151388555602Ff14b1e
Octal252321012512605736111336
Binary10101100111000100010101011010110010111111110001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151388; }

 p { color: rgb(21,19,136); }

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

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

 a { background-color: rgb(21,19,136); }

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

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

 span { border-color: rgb(21,19,136); }

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