Html Css Color HEX #151ABE Persian Blue

📋 copy color: '#151ABE'

red 21 ◦ green 26 ◦ blue 190

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

Shades of Persian Blue #151ABE

Tints of Persian Blue #151ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 80.17%

R = 8.86%
G = 10.97%
B = 80.17%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#151ABE (or 0x151ABE) is known color: Persian Blue. HEX triplet: 15, 1A and BE. RGB value is (21,26,190). Sum of RGB (Red+Green+Blue) = 21+26+190=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 190 (74.61% from 255 or 80.17% from 237); Max value from RGB is 190 - color contains mainly: blue. Hex color #151ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151ABE is #EAE541. Grayscale: #2A2A2A. Windows color (decimal): -15394114 or 12458517. OLE color: 12458517.

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

Color convert

RGB 21 26 190 -
CMYK 0.89 0.86 0 0.25
HSL 238.22º 0.8% 0.41% -
HSV(B) 238.22º 0.89% 0.75% -
XYZ 9.97 4.62 49.08 -
YUV 43.2 210.84 112.16 -
System Red Green Blue C M Y K H S L
Decimal 21 26 190 0.89 0.86 0 0.25 238.22 0.8 0.41
Hex 15 1A BE 59 56 0 19 EE 50 29
Octal 25 32 276 131 126 0 31 356 120 51
Binary 10101 11010 10111110 1011001 1010110 0 11001 11101110 1010000 101001

Color Harmonies of #151ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151ABE

Black with #151ABE

Text Example


Text Example

White with #151ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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