#151F92

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

Shades of Ultramarine #151F92

Tints of Ultramarine #151F92

Color information

#151F92 (or 0x151F92) is unknown color: approx Ultramarine. HEX triplet: 15, 1F and 92. RGB value is (21,31,146). Sum of RGB (Red+Green+Blue) = 21+31+146=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 146 (57.42% from 255 or 73.74% from 198); Max value from RGB is 146 - color contains mainly: blue. Hex color #151F92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151F92 is #EAE06D. Grayscale: #282828. Windows color (decimal): -15392878 or 9576213. OLE color: 9576213.

HSL color Cylindrical-coordinate representation of color #151F92: hue angle of 235.2º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #151F92 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2131146-
CMYK0.860.7900.43
HSL235.2º74.85%32.75%-
HSV(B)235.2º85.62%57.25%-
XYZ5.993.2127.5-
YUV41.12187.19113.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.61%
GREEN value IS 31 (12.5% from 255) = 15.66%
BLUE value IS 146 (57.42% from 255) = 73.74%
R=10.61%
G=15.66%
B=73.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21311460.860.7900.43235.274.8532.75
Hex151F92564F02Beb4b21
Octal253722212611705335311341
Binary101011111110010010101011010011110101011111010111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151F92; }

 p { color: rgb(21,31,146); }

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

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

 a { background-color: rgb(21,31,146); }

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

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

 span { border-color: rgb(21,31,146); }

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