#150092

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

Shades of Ultramarine #150092

Tints of Ultramarine #150092

Color information

#150092 (or 0x150092) is unknown color: approx Ultramarine. HEX triplet: 15, 00 and 92. RGB value is (21,0,146). Sum of RGB (Red+Green+Blue) = 21+0+146=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 146 (57.42% from 255 or 87.43% from 167); Max value from RGB is 146 - color contains mainly: blue. Hex color #150092 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150092 is #EAFF6D. Grayscale: #161616. Windows color (decimal): -15400814 or 9568277. OLE color: 9568277.

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

Color convert

RGB210146-
CMYK0.86100.43
HSL248.63º100%28.63%-
HSV(B)248.63º100%57.25%-
XYZ5.52.2327.34-
YUV22.92197.46126.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 87.43%
R=12.57%
G=0%
B=87.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2101460.86100.43248.6310028.63
Hex15092566402Bf9641d
Octal25022212614405337114435
Binary1010101001001010101101100100010101111111001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150092; }

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

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

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

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

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

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

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

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