Html Css Color HEX #154ABF Persian Blue

📋 copy color: '#154ABF'

red 21 ◦ green 74 ◦ blue 191

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

Shades of Persian Blue #154ABF

Tints of Persian Blue #154ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 66.78%

R = 7.34%
G = 25.87%
B = 66.78%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#154ABF (or 0x154ABF) is known color: Persian Blue. HEX triplet: 15, 4A and BF. RGB value is (21,74,191). Sum of RGB (Red+Green+Blue) = 21+74+191=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #154ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154ABF is #EAB540. Grayscale: #464646. Windows color (decimal): -15381825 or 12536341. OLE color: 12536341.

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

Color convert

RGB 21 74 191 -
CMYK 0.89 0.61 0 0.25
HSL 221.29º 0.8% 0.42% -
HSV(B) 221.29º 0.89% 0.75% -
XYZ 12.16 8.82 50.35 -
YUV 71.49 195.44 91.99 -
System Red Green Blue C M Y K H S L
Decimal 21 74 191 0.89 0.61 0 0.25 221.29 0.8 0.42
Hex 15 4A BF 59 3D 0 19 DD 50 2A
Octal 25 112 277 131 75 0 31 335 120 52
Binary 10101 1001010 10111111 1011001 111101 0 11001 11011101 1010000 101010

Color Harmonies of #154ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154ABF

Black with #154ABF

Text Example


Text Example

White with #154ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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