Html Css Color HEX #154ABC Persian Blue

📋 copy color: '#154ABC'

red 21 ◦ green 74 ◦ blue 188

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

Shades of Persian Blue #154ABC

Tints of Persian Blue #154ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.43%

R = 7.42%
G = 26.15%
B = 66.43%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#154ABC (or 0x154ABC) is known color: Persian Blue. HEX triplet: 15, 4A and BC. RGB value is (21,74,188). Sum of RGB (Red+Green+Blue) = 21+74+188=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #154ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154ABC is #EAB543. Grayscale: #464646. Windows color (decimal): -15381828 or 12339733. OLE color: 12339733.

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

Color convert

RGB 21 74 188 -
CMYK 0.89 0.61 0 0.26
HSL 220.96º 0.8% 0.41% -
HSV(B) 220.96º 0.89% 0.74% -
XYZ 11.84 8.69 48.63 -
YUV 71.15 193.94 92.23 -
System Red Green Blue C M Y K H S L
Decimal 21 74 188 0.89 0.61 0 0.26 220.96 0.8 0.41
Hex 15 4A BC 59 3D 0 1A DD 50 29
Octal 25 112 274 131 75 0 32 335 120 51
Binary 10101 1001010 10111100 1011001 111101 0 11010 11011101 1010000 101001

Color Harmonies of #154ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154ABC

Black with #154ABC

Text Example


Text Example

White with #154ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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