Html Css Color HEX #154BBA Persian Blue

📋 copy color: '#154BBA'

red 21 ◦ green 75 ◦ blue 186

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

Shades of Persian Blue #154BBA

Tints of Persian Blue #154BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.96%

R = 7.45%
G = 26.6%
B = 65.96%

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

#154BBA (or 0x154BBA) is known color: Persian Blue. HEX triplet: 15, 4B and BA. RGB value is (21,75,186). Sum of RGB (Red+Green+Blue) = 21+75+186=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #154BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154BBA is #EAB445. Grayscale: #474747. Windows color (decimal): -15381574 or 12208917. OLE color: 12208917.

HSL color Cylindrical-coordinate representation of color #154BBA: hue angle of 220.36º 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 #154BBA is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 75 186 -
CMYK 0.89 0.60 0 0.27
HSL 220.36º 0.8% 0.41% -
HSV(B) 220.36º 0.89% 0.73% -
XYZ 11.69 8.74 47.52 -
YUV 71.51 192.61 91.97 -
System Red Green Blue C M Y K H S L
Decimal 21 75 186 0.89 0.60 0 0.27 220.36 0.8 0.41
Hex 15 4B BA 59 3C 0 1B DC 50 29
Octal 25 113 272 131 74 0 33 334 120 51
Binary 10101 1001011 10111010 1011001 111100 0 11011 11011100 1010000 101001

Color Harmonies of #154BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154BBA

Black with #154BBA

Text Example


Text Example

White with #154BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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