#151A9F

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

Shades of Ultramarine #151A9F

Tints of Ultramarine #151A9F

Color information

#151A9F (or 0x151A9F) is unknown color: approx Ultramarine. HEX triplet: 15, 1A and 9F. RGB value is (21,26,159). Sum of RGB (Red+Green+Blue) = 21+26+159=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 159 (62.5% from 255 or 77.18% from 206); Max value from RGB is 159 - color contains mainly: blue. Hex color #151A9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151A9F is #EAE560. Grayscale: #272727. Windows color (decimal): -15394145 or 10426901. OLE color: 10426901.

HSL color Cylindrical-coordinate representation of color #151A9F: hue angle of 237.83º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #151A9F is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2126159-
CMYK0.870.8400.38
HSL237.83º76.67%35.29%-
HSV(B)237.83º86.79%62.35%-
XYZ6.943.433.09-
YUV39.67195.34114.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.19%
GREEN value IS 26 (10.55% from 255) = 12.62%
BLUE value IS 159 (62.5% from 255) = 77.18%
R=10.19%
G=12.62%
B=77.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21261590.870.8400.38237.8376.6735.29
Hex151A9F5754026ee4d23
Octal253223712712404635611543
Binary101011101010011111101011110101000100110111011101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151A9F; }

 p { color: rgb(21,26,159); }

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

<style>
 a { background-color: #151A9F; }

 a { background-color: rgb(21,26,159); }

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

<style>
 span { border-color: #151A9F; }

 span { border-color: rgb(21,26,159); }

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