Html Css Color HEX #154BBB Persian Blue

📋 copy color: '#154BBB'

red 21 ◦ green 75 ◦ blue 187

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

Shades of Persian Blue #154BBB

Tints of Persian Blue #154BBB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.5%

 BLUE value IS 187 (73.44% from 255) = 66.08%

R = 7.42%
G = 26.5%
B = 66.08%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#154BBB (or 0x154BBB) is known color: Persian Blue. HEX triplet: 15, 4B and BB. RGB value is (21,75,187). Sum of RGB (Red+Green+Blue) = 21+75+187=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #154BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154BBB is #EAB444. Grayscale: #474747. Windows color (decimal): -15381573 or 12274453. OLE color: 12274453.

HSL color Cylindrical-coordinate representation of color #154BBB: hue angle of 220.48º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #154BBB is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 75 187 -
CMYK 0.89 0.60 0 0.27
HSL 220.48º 0.8% 0.41% -
HSV(B) 220.48º 0.89% 0.73% -
XYZ 11.79 8.78 48.09 -
YUV 71.62 193.11 91.89 -
System Red Green Blue C M Y K H S L
Decimal 21 75 187 0.89 0.60 0 0.27 220.48 0.8 0.41
Hex 15 4B BB 59 3C 0 1B DC 50 29
Octal 25 113 273 131 74 0 33 334 120 51
Binary 10101 1001011 10111011 1011001 111100 0 11011 11011100 1010000 101001

Color Harmonies of #154BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154BBB

Black with #154BBB

Text Example


Text Example

White with #154BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154BBB; }

 p { color: rgb(21,75,187); }

 H1.HeaderClassName
 {
   color: #154BBB;
 }
 .AnyTagClassName
 {
   color: #154BBB;
 }
</style>

background-color css

<style>
 a { background-color: #154BBB; }

 a { background-color: rgb(21,75,187); }

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

border-color css

<style>
 span { border-color: #154BBB; }

 span { border-color: rgb(21,75,187); }

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