#152095

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

Shades of Ultramarine #152095

Tints of Ultramarine #152095

Color information

#152095 (or 0x152095) is unknown color: approx Ultramarine. HEX triplet: 15, 20 and 95. RGB value is (21,32,149). Sum of RGB (Red+Green+Blue) = 21+32+149=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 149 (58.59% from 255 or 73.76% from 202); Max value from RGB is 149 - color contains mainly: blue. Hex color #152095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152095 is #EADF6A. Grayscale: #292929. Windows color (decimal): -15392619 or 9773077. OLE color: 9773077.

HSL color Cylindrical-coordinate representation of color #152095: hue angle of 234.84º 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 #152095 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2132149-
CMYK0.860.7900.42
HSL234.84º75.29%33.33%-
HSV(B)234.84º85.91%58.43%-
XYZ6.253.3628.75-
YUV42.05188.36112.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.40%
GREEN value IS 32 (12.89% from 255) = 15.84%
BLUE value IS 149 (58.59% from 255) = 73.76%
R=10.40%
G=15.84%
B=73.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21321490.860.7900.42234.8475.2933.33
Hex152095564F02Aeb4b21
Octal254022512611705235311341
Binary1010110000010010101101011010011110101010111010111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152095; }

 p { color: rgb(21,32,149); }

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

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

 a { background-color: rgb(21,32,149); }

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

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

 span { border-color: rgb(21,32,149); }

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