#151F9B

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

Shades of Ultramarine #151F9B

Tints of Ultramarine #151F9B

Color information

#151F9B (or 0x151F9B) is unknown color: approx Ultramarine. HEX triplet: 15, 1F and 9B. RGB value is (21,31,155). Sum of RGB (Red+Green+Blue) = 21+31+155=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 155 (60.94% from 255 or 74.88% from 207); Max value from RGB is 155 - color contains mainly: blue. Hex color #151F9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151F9B is #EAE064. Grayscale: #292929. Windows color (decimal): -15392869 or 10166037. OLE color: 10166037.

HSL color Cylindrical-coordinate representation of color #151F9B: hue angle of 235.52º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #151F9B is Cyan = 0.86, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2131155-
CMYK0.860.800.39
HSL235.52º76.14%34.51%-
HSV(B)235.52º86.45%60.78%-
XYZ6.723.5131.33-
YUV42.15191.69112.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.14%
GREEN value IS 31 (12.5% from 255) = 14.98%
BLUE value IS 155 (60.94% from 255) = 74.88%
R=10.14%
G=14.98%
B=74.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21311550.860.800.39235.5276.1434.51
Hex151F9B5650027ec4c23
Octal253723312612004735411443
Binary101011111110011011101011010100000100111111011001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,31,155); }

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

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

 a { background-color: rgb(21,31,155); }

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

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

 span { border-color: rgb(21,31,155); }

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