#150EA4

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

Shades of Ultramarine #150EA4

Tints of Ultramarine #150EA4

Color information

#150EA4 (or 0x150EA4) is unknown color: approx Ultramarine. HEX triplet: 15, 0E and A4. RGB value is (21,14,164). Sum of RGB (Red+Green+Blue) = 21+14+164=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 14 (5.86% from 255 or 7.04% from 199); Blue value is 164 (64.45% from 255 or 82.41% from 199); Max value from RGB is 164 - color contains mainly: blue. Hex color #150EA4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150EA4 is #EAF15B. Grayscale: #202020. Windows color (decimal): -15397212 or 10751509. OLE color: 10751509.

HSL color Cylindrical-coordinate representation of color #150EA4: hue angle of 242.8º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #150EA4 is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2114164-
CMYK0.870.9100.36
HSL242.8º84.27%34.9%-
HSV(B)242.8º91.46%64.31%-
XYZ7.173.1535.35-
YUV33.19201.82119.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.55%
GREEN value IS 14 (5.86% from 255) = 7.04%
BLUE value IS 164 (64.45% from 255) = 82.41%
R=10.55%
G=7.04%
B=82.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21141640.870.9100.36242.884.2734.9
Hex15EA4575B024f35423
Octal251624412713304436312443
Binary10101111010100100101011110110110100100111100111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,14,164); }

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

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

 a { background-color: rgb(21,14,164); }

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

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

 span { border-color: rgb(21,14,164); }

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