#150CA7

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

Shades of Ultramarine #150CA7

Tints of Ultramarine #150CA7

Color information

#150CA7 (or 0x150CA7) is unknown color: approx Ultramarine. HEX triplet: 15, 0C and A7. RGB value is (21,12,167). Sum of RGB (Red+Green+Blue) = 21+12+167=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 12 (5.08% from 255 or 6% from 200); Blue value is 167 (65.62% from 255 or 83.5% from 200); Max value from RGB is 167 - color contains mainly: blue. Hex color #150CA7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150CA7 is #EAF358. Grayscale: #1F1F1F. Windows color (decimal): -15397721 or 10947605. OLE color: 10947605.

HSL color Cylindrical-coordinate representation of color #150CA7: hue angle of 243.48º degrees, saturation: 0.87, 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 #150CA7 is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2112167-
CMYK0.870.9300.35
HSL243.48º86.59%35.1%-
HSV(B)243.48º92.81%65.49%-
XYZ7.423.2136.79-
YUV32.36203.98119.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.5%
GREEN value IS 12 (5.08% from 255) = 6%
BLUE value IS 167 (65.62% from 255) = 83.5%
R=10.5%
G=6%
B=83.5%

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
Decimal21121670.870.9300.35243.4886.5935.1
Hex15CA7575D023f35723
Octal251424712713504336312743
Binary10101110010100111101011110111010100011111100111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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