#152190

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

Shades of Ultramarine #152190

Tints of Ultramarine #152190

Color information

#152190 (or 0x152190) is unknown color: approx Ultramarine. HEX triplet: 15, 21 and 90. RGB value is (21,33,144). Sum of RGB (Red+Green+Blue) = 21+33+144=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 144 (56.64% from 255 or 72.73% from 198); Max value from RGB is 144 - color contains mainly: blue. Hex color #152190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152190 is #EADE6F. Grayscale: #292929. Windows color (decimal): -15392368 or 9445653. OLE color: 9445653.

HSL color Cylindrical-coordinate representation of color #152190: hue angle of 234.15º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #152190 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2133144-
CMYK0.850.7700.44
HSL234.15º74.55%32.35%-
HSV(B)234.15º85.42%56.47%-
XYZ5.893.2626.7-
YUV42.07185.52112.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.61%
GREEN value IS 33 (13.28% from 255) = 16.67%
BLUE value IS 144 (56.64% from 255) = 72.73%
R=10.61%
G=16.67%
B=72.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21331440.850.7700.44234.1574.5532.35
Hex152190554D02Cea4b20
Octal254122012511505435211340
Binary1010110000110010000101010110011010101100111010101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152190; }

 p { color: rgb(21,33,144); }

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

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

 a { background-color: rgb(21,33,144); }

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

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

 span { border-color: rgb(21,33,144); }

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