#151aa2

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

Shades of Ultramarine #151AA2

Tints of Ultramarine #151AA2

Color information

#151AA2 (or 0x151AA2) is unknown color: approx Ultramarine. HEX triplet: 15, 1A and A2. RGB value is (21,26,162). Sum of RGB (Red+Green+Blue) = 21+26+162=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 162 (63.67% from 255 or 77.51% from 209); Max value from RGB is 162 - color contains mainly: blue. Hex color #151AA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151AA2 is #EAE55D. Grayscale: #272727. Windows color (decimal): -15394142 or 10623509. OLE color: 10623509.

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

Color convert

RGB2126162-
CMYK0.870.8400.36
HSL237.87º77.05%35.88%-
HSV(B)237.87º87.04%63.53%-
XYZ7.23.5134.48-
YUV40.01196.84114.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.05%
GREEN value IS 26 (10.55% from 255) = 12.44%
BLUE value IS 162 (63.67% from 255) = 77.51%
R=10.05%
G=12.44%
B=77.51%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21261620.870.8400.36237.8777.0535.88
Hex151AA25754024ee4d24
Octal253224212712404435611544
Binary101011101010100010101011110101000100100111011101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151aa2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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