#151ABC

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

Shades of Persian Blue #151ABC

Tints of Persian Blue #151ABC

Color information

#151ABC (or 0x151ABC) is unknown color: approx Persian Blue. HEX triplet: 15, 1A and BC. RGB value is (21,26,188). Sum of RGB (Red+Green+Blue) = 21+26+188=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 188 (73.83% from 255 or 80% from 235); Max value from RGB is 188 - color contains mainly: blue. Hex color #151ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151ABC is #EAE543. Grayscale: #2A2A2A. Windows color (decimal): -15394116 or 12327445. OLE color: 12327445.

HSL color Cylindrical-coordinate representation of color #151ABC: hue angle of 238.2º 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 #151ABC is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2126188-
CMYK0.890.8600.26
HSL238.2º79.9%40.98%-
HSV(B)238.2º88.83%73.73%-
XYZ9.764.5347.94-
YUV42.97209.84112.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.94%
GREEN value IS 26 (10.55% from 255) = 11.06%
BLUE value IS 188 (73.83% from 255) = 80%
R=8.94%
G=11.06%
B=80%

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
Decimal21261880.890.8600.26238.279.940.98
Hex151ABC595601Aee5029
Octal253227413112603235612051
Binary10101110101011110010110011010110011010111011101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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