#151382

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

Shades of Ultramarine #151382

Tints of Ultramarine #151382

Color information

#151382 (or 0x151382) is unknown color: approx Ultramarine. HEX triplet: 15, 13 and 82. RGB value is (21,19,130). Sum of RGB (Red+Green+Blue) = 21+19+130=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 130 (51.17% from 255 or 76.47% from 170); Max value from RGB is 130 - color contains mainly: blue. Hex color #151382 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151382 is #EAEC7D. Grayscale: #1F1F1F. Windows color (decimal): -15395966 or 8524565. OLE color: 8524565.

HSL color Cylindrical-coordinate representation of color #151382: hue angle of 241.08º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #151382 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2119130-
CMYK0.840.8500.49
HSL241.08º74.5%29.22%-
HSV(B)241.08º85.38%50.98%-
XYZ4.572.2421.31-
YUV32.25183.16119.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.35%
GREEN value IS 19 (7.81% from 255) = 11.18%
BLUE value IS 130 (51.17% from 255) = 76.47%
R=12.35%
G=11.18%
B=76.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21191300.840.8500.49241.0874.529.22
Hex1513825455031f14a1d
Octal252320212412506136111235
Binary10101100111000001010101001010101011000111110001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151382; }

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

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

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

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

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

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

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

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