#151A9E

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

Shades of Ultramarine #151A9E

Tints of Ultramarine #151A9E

Color information

#151A9E (or 0x151A9E) is unknown color: approx Ultramarine. HEX triplet: 15, 1A and 9E. RGB value is (21,26,158). Sum of RGB (Red+Green+Blue) = 21+26+158=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 158 (62.11% from 255 or 77.07% from 205); Max value from RGB is 158 - color contains mainly: blue. Hex color #151A9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151A9E is #EAE561. Grayscale: #272727. Windows color (decimal): -15394146 or 10361365. OLE color: 10361365.

HSL color Cylindrical-coordinate representation of color #151A9E: hue angle of 237.81º 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 #151A9E is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2126158-
CMYK0.870.8400.38
HSL237.81º76.54%35.1%-
HSV(B)237.81º86.71%61.96%-
XYZ6.853.3732.64-
YUV39.55194.84114.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.24%
GREEN value IS 26 (10.55% from 255) = 12.68%
BLUE value IS 158 (62.11% from 255) = 77.07%
R=10.24%
G=12.68%
B=77.07%

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
Decimal21261580.870.8400.38237.8176.5435.1
Hex151A9E5754026ee4d23
Octal253223612712404635611543
Binary101011101010011110101011110101000100110111011101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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