#150BA6

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

Shades of Ultramarine #150BA6

Tints of Ultramarine #150BA6

Color information

#150BA6 (or 0x150BA6) is unknown color: approx Ultramarine. HEX triplet: 15, 0B and A6. RGB value is (21,11,166). Sum of RGB (Red+Green+Blue) = 21+11+166=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 166 (65.23% from 255 or 83.84% from 198); Max value from RGB is 166 - color contains mainly: blue. Hex color #150BA6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150BA6 is #EAF459. Grayscale: #1F1F1F. Windows color (decimal): -15397978 or 10881813. OLE color: 10881813.

HSL color Cylindrical-coordinate representation of color #150BA6: hue angle of 243.87º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150BA6 is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2111166-
CMYK0.870.9300.35
HSL243.87º87.57%34.71%-
HSV(B)243.87º93.37%65.1%-
XYZ7.313.1536.3-
YUV31.66203.81120.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.61%
GREEN value IS 11 (4.69% from 255) = 5.56%
BLUE value IS 166 (65.23% from 255) = 83.84%
R=10.61%
G=5.56%
B=83.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal21111660.870.9300.35243.8787.5734.71
Hex15BA6575D023f45823
Octal251324612713504336413043
Binary10101101110100110101011110111010100011111101001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150BA6; }

 p { color: rgb(21,11,166); }

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

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

 a { background-color: rgb(21,11,166); }

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

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

 span { border-color: rgb(21,11,166); }

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