#150B9C

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

Shades of Ultramarine #150B9C

Tints of Ultramarine #150B9C

Color information

#150B9C (or 0x150B9C) is unknown color: approx Ultramarine. HEX triplet: 15, 0B and 9C. RGB value is (21,11,156). Sum of RGB (Red+Green+Blue) = 21+11+156=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 11 (4.69% from 255 or 5.85% from 188); Blue value is 156 (61.33% from 255 or 82.98% from 188); Max value from RGB is 156 - color contains mainly: blue. Hex color #150B9C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150B9C is #EAF463. Grayscale: #1D1D1D. Windows color (decimal): -15397988 or 10226453. OLE color: 10226453.

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

Color convert

RGB2111156-
CMYK0.870.9300.39
HSL244.14º86.83%32.75%-
HSV(B)244.14º92.95%61.18%-
XYZ6.432.831.65-
YUV30.52198.81121.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.17%
GREEN value IS 11 (4.69% from 255) = 5.85%
BLUE value IS 156 (61.33% from 255) = 82.98%
R=11.17%
G=5.85%
B=82.98%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21111560.870.9300.39244.1486.8332.75
Hex15B9C575D027f45721
Octal251323412713504736412741
Binary10101101110011100101011110111010100111111101001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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