#151694

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

Shades of Ultramarine #151694

Tints of Ultramarine #151694

Color information

#151694 (or 0x151694) is unknown color: approx Ultramarine. HEX triplet: 15, 16 and 94. RGB value is (21,22,148). Sum of RGB (Red+Green+Blue) = 21+22+148=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 148 (58.20% from 255 or 77.49% from 191); Max value from RGB is 148 - color contains mainly: blue. Hex color #151694 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151694 is #EAE96B. Grayscale: #232323. Windows color (decimal): -15395180 or 9704981. OLE color: 9704981.

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

Color convert

RGB2122148-
CMYK0.860.8500.42
HSL239.53º75.15%33.14%-
HSV(B)239.53º85.81%58.04%-
XYZ5.942.8728.26-
YUV36.06191.17117.25-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.99%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 148 (58.20% from 255) = 77.49%
R=10.99%
G=11.52%
B=77.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21221480.860.8500.42239.5375.1533.14
Hex151694565502Af04b21
Octal252622412612505236011341
Binary101011011010010100101011010101010101010111100001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151694; }

 p { color: rgb(21,22,148); }

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

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

 a { background-color: rgb(21,22,148); }

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

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

 span { border-color: rgb(21,22,148); }

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