#151384

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

Shades of Ultramarine #151384

Tints of Ultramarine #151384

Color information

#151384 (or 0x151384) is unknown color: approx Ultramarine. HEX triplet: 15, 13 and 84. RGB value is (21,19,132). Sum of RGB (Red+Green+Blue) = 21+19+132=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 132 (51.95% from 255 or 76.74% from 172); Max value from RGB is 132 - color contains mainly: blue. Hex color #151384 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151384 is #EAEC7B. Grayscale: #202020. Windows color (decimal): -15395964 or 8655637. OLE color: 8655637.

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

Color convert

RGB2119132-
CMYK0.840.8600.48
HSL241.06º74.83%29.61%-
HSV(B)241.06º85.61%51.76%-
XYZ4.712.2922.02-
YUV32.48184.16119.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.21%
GREEN value IS 19 (7.81% from 255) = 11.05%
BLUE value IS 132 (51.95% from 255) = 76.74%
R=12.21%
G=11.05%
B=76.74%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21191320.840.8600.48241.0674.8329.61
Hex1513845456030f14b1e
Octal252320412412606036111336
Binary10101100111000010010101001010110011000011110001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151384; }

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

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

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

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

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

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

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

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