#152292

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

Shades of Ultramarine #152292

Tints of Ultramarine #152292

Color information

#152292 (or 0x152292) is unknown color: approx Ultramarine. HEX triplet: 15, 22 and 92. RGB value is (21,34,146). Sum of RGB (Red+Green+Blue) = 21+34+146=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 146 (57.42% from 255 or 72.64% from 201); Max value from RGB is 146 - color contains mainly: blue. Hex color #152292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152292 is #EADD6D. Grayscale: #2A2A2A. Windows color (decimal): -15392110 or 9576981. OLE color: 9576981.

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

Color convert

RGB2134146-
CMYK0.860.7700.43
HSL233.76º74.85%32.75%-
HSV(B)233.76º85.62%57.25%-
XYZ6.073.3827.53-
YUV42.88186.19112.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.45%
GREEN value IS 34 (13.67% from 255) = 16.92%
BLUE value IS 146 (57.42% from 255) = 72.64%
R=10.45%
G=16.92%
B=72.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21341460.860.7700.43233.7674.8532.75
Hex152292564D02Bea4b21
Octal254222212611505335211341
Binary1010110001010010010101011010011010101011111010101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152292; }

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

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

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

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

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

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

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

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