Html Css Color HEX #151AB7 Persian Blue

📋 copy color: '#151AB7'

red 21 ◦ green 26 ◦ blue 183

#151AB7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #151AB7

Tints of Persian Blue #151AB7

RGB

 RED value IS 21 (8.59% from 255) = 9.13%

 GREEN value IS 26 (10.55% from 255) = 11.3%

 BLUE value IS 183 (71.88% from 255) = 79.57%

R = 9.13%
G = 11.3%
B = 79.57%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#151AB7 (or 0x151AB7) is known color: Persian Blue. HEX triplet: 15, 1A and B7. RGB value is (21,26,183). Sum of RGB (Red+Green+Blue) = 21+26+183=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 183 (71.88% from 255 or 79.57% from 230); Max value from RGB is 183 - color contains mainly: blue. Hex color #151AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151AB7 is #EAE548. Grayscale: #292929. Windows color (decimal): -15394121 or 11999765. OLE color: 11999765.

HSL color Cylindrical-coordinate representation of color #151AB7: hue angle of 238.15º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #151AB7 is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 21 26 183 -
CMYK 0.89 0.86 0 0.28
HSL 238.15º 0.79% 0.4% -
HSV(B) 238.15º 0.89% 0.72% -
XYZ 9.23 4.32 45.15 -
YUV 42.4 207.34 112.73 -
System Red Green Blue C M Y K H S L
Decimal 21 26 183 0.89 0.86 0 0.28 238.15 0.79 0.4
Hex 15 1A B7 59 56 0 1C EE 4F 28
Octal 25 32 267 131 126 0 34 356 117 50
Binary 10101 11010 10110111 1011001 1010110 0 11100 11101110 1001111 101000

Color Harmonies of #151AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151AB7

Black with #151AB7

Text Example


Text Example

White with #151AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #151AB7;
 }
 .AnyTagClassName
 {
   color: #151AB7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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