#150683

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

Shades of Ultramarine #150683

Tints of Ultramarine #150683

Color information

#150683 (or 0x150683) is unknown color: approx Ultramarine. HEX triplet: 15, 06 and 83. RGB value is (21,6,131). Sum of RGB (Red+Green+Blue) = 21+6+131=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 131 (51.56% from 255 or 82.91% from 158); Max value from RGB is 131 - color contains mainly: blue. Hex color #150683 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150683 is #EAF97C. Grayscale: #181818. Windows color (decimal): -15399293 or 8586773. OLE color: 8586773.

HSL color Cylindrical-coordinate representation of color #150683: hue angle of 247.2º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150683 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB216131-
CMYK0.840.9500.49
HSL247.2º91.24%26.86%-
HSV(B)247.2º95.42%51.37%-
XYZ4.471.9321.61-
YUV24.74187.97125.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.29%
GREEN value IS 6 (2.73% from 255) = 3.80%
BLUE value IS 131 (51.56% from 255) = 82.91%
R=13.29%
G=3.80%
B=82.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2161310.840.9500.49247.291.2426.86
Hex15683545F031f75b1b
Octal25620312413706136713333
Binary101011101000001110101001011111011000111110111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150683; }

 p { color: rgb(21,6,131); }

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

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

 a { background-color: rgb(21,6,131); }

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

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

 span { border-color: rgb(21,6,131); }

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