#150C9E

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

Shades of Ultramarine #150C9E

Tints of Ultramarine #150C9E

Color information

#150C9E (or 0x150C9E) is unknown color: approx Ultramarine. HEX triplet: 15, 0C and 9E. RGB value is (21,12,158). Sum of RGB (Red+Green+Blue) = 21+12+158=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 158 (62.11% from 255 or 82.72% from 191); Max value from RGB is 158 - color contains mainly: blue. Hex color #150C9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150C9E is #EAF361. Grayscale: #1E1E1E. Windows color (decimal): -15397730 or 10357781. OLE color: 10357781.

HSL color Cylindrical-coordinate representation of color #150C9E: hue angle of 243.7º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150C9E is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2112158-
CMYK0.870.9200.38
HSL243.7º85.88%33.33%-
HSV(B)243.7º92.41%61.96%-
XYZ6.612.8932.56-
YUV31.34199.48120.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.99%
GREEN value IS 12 (5.08% from 255) = 6.28%
BLUE value IS 158 (62.11% from 255) = 82.72%
R=10.99%
G=6.28%
B=82.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21121580.870.9200.38243.785.8833.33
Hex15C9E575C026f45621
Octal251423612713404636412641
Binary10101110010011110101011110111000100110111101001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,12,158); }

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

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

 a { background-color: rgb(21,12,158); }

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

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

 span { border-color: rgb(21,12,158); }

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