Html Css Color HEX #154AC5 Persian Blue

📋 copy color: '#154AC5'

red 21 ◦ green 74 ◦ blue 197

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

Shades of Persian Blue #154AC5

Tints of Persian Blue #154AC5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.34%

 BLUE value IS 197 (77.34% from 255) = 67.47%

R = 7.19%
G = 25.34%
B = 67.47%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#154AC5 (or 0x154AC5) is known color: Persian Blue. HEX triplet: 15, 4A and C5. RGB value is (21,74,197). Sum of RGB (Red+Green+Blue) = 21+74+197=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 197 (77.34% from 255 or 67.47% from 292); Max value from RGB is 197 - color contains mainly: blue. Hex color #154AC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154AC5 is #EAB53A. Grayscale: #474747. Windows color (decimal): -15381819 or 12929557. OLE color: 12929557.

HSL color Cylindrical-coordinate representation of color #154AC5: hue angle of 221.93º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #154AC5 is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 21 74 197 -
CMYK 0.89 0.62 0 0.23
HSL 221.93º 0.81% 0.43% -
HSV(B) 221.93º 0.89% 0.77% -
XYZ 12.84 9.09 53.9 -
YUV 72.18 198.44 91.5 -
System Red Green Blue C M Y K H S L
Decimal 21 74 197 0.89 0.62 0 0.23 221.93 0.81 0.43
Hex 15 4A C5 59 3E 0 17 DE 51 2B
Octal 25 112 305 131 76 0 27 336 121 53
Binary 10101 1001010 11000101 1011001 111110 0 10111 11011110 1010001 101011

Color Harmonies of #154AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154AC5

Black with #154AC5

Text Example


Text Example

White with #154AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,74,197); }

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

background-color css

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

 a { background-color: rgb(21,74,197); }

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

border-color css

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

 span { border-color: rgb(21,74,197); }

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