#151BBD

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

Shades of Persian Blue #151BBD

Tints of Persian Blue #151BBD

Color information

#151BBD (or 0x151BBD) is unknown color: approx Persian Blue. HEX triplet: 15, 1B and BD. RGB value is (21,27,189). Sum of RGB (Red+Green+Blue) = 21+27+189=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 189 (74.22% from 255 or 79.75% from 237); Max value from RGB is 189 - color contains mainly: blue. Hex color #151BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151BBD is #EAE442. Grayscale: #2B2B2B. Windows color (decimal): -15393859 or 12393237. OLE color: 12393237.

HSL color Cylindrical-coordinate representation of color #151BBD: hue angle of 237.86º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #151BBD is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2127189-
CMYK0.890.8600.26
HSL237.86º80%41.18%-
HSV(B)237.86º88.89%74.12%-
XYZ9.894.6248.51-
YUV43.67210.01111.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.86%
GREEN value IS 27 (10.94% from 255) = 11.39%
BLUE value IS 189 (74.22% from 255) = 79.75%
R=8.86%
G=11.39%
B=79.75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal21271890.890.8600.26237.868041.18
Hex151BBD595601Aee5029
Octal253327513112603235612051
Binary10101110111011110110110011010110011010111011101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,27,189); }

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

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

 a { background-color: rgb(21,27,189); }

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

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

 span { border-color: rgb(21,27,189); }

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