Html Css Color HEX #154AC6 Persian Blue

📋 copy color: '#154AC6'

red 21 ◦ green 74 ◦ blue 198

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

Shades of Persian Blue #154AC6

Tints of Persian Blue #154AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 67.58%

R = 7.17%
G = 25.26%
B = 67.58%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#154AC6 (or 0x154AC6) is known color: Persian Blue. HEX triplet: 15, 4A and C6. RGB value is (21,74,198). Sum of RGB (Red+Green+Blue) = 21+74+198=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 198 (77.73% from 255 or 67.58% from 293); Max value from RGB is 198 - color contains mainly: blue. Hex color #154AC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154AC6 is #EAB539. Grayscale: #474747. Windows color (decimal): -15381818 or 12995093. OLE color: 12995093.

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

Color convert

RGB 21 74 198 -
CMYK 0.89 0.63 0 0.22
HSL 222.03º 0.81% 0.43% -
HSV(B) 222.03º 0.89% 0.78% -
XYZ 12.95 9.13 54.51 -
YUV 72.29 198.94 91.42 -
System Red Green Blue C M Y K H S L
Decimal 21 74 198 0.89 0.63 0 0.22 222.03 0.81 0.43
Hex 15 4A C6 59 3F 0 16 DE 51 2B
Octal 25 112 306 131 77 0 26 336 121 53
Binary 10101 1001010 11000110 1011001 111111 0 10110 11011110 1010001 101011

Color Harmonies of #154AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154AC6

Black with #154AC6

Text Example


Text Example

White with #154AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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