Html Css Color HEX #1549BC Persian Blue

📋 copy color: '#1549BC'

red 21 ◦ green 73 ◦ blue 188

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

Shades of Persian Blue #1549BC

Tints of Persian Blue #1549BC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.89%

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

R = 7.45%
G = 25.89%
B = 66.67%

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

#1549BC (or 0x1549BC) is known color: Persian Blue. HEX triplet: 15, 49 and BC. RGB value is (21,73,188). Sum of RGB (Red+Green+Blue) = 21+73+188=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #1549BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1549BC is #EAB643. Grayscale: #464646. Windows color (decimal): -15382084 or 12339477. OLE color: 12339477.

HSL color Cylindrical-coordinate representation of color #1549BC: hue angle of 221.32º 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 #1549BC is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 73 188 -
CMYK 0.89 0.61 0 0.26
HSL 221.32º 0.8% 0.41% -
HSV(B) 221.32º 0.89% 0.74% -
XYZ 11.77 8.56 48.61 -
YUV 70.56 194.27 92.65 -
System Red Green Blue C M Y K H S L
Decimal 21 73 188 0.89 0.61 0 0.26 221.32 0.8 0.41
Hex 15 49 BC 59 3D 0 1A DD 50 29
Octal 25 111 274 131 75 0 32 335 120 51
Binary 10101 1001001 10111100 1011001 111101 0 11010 11011101 1010000 101001

Color Harmonies of #1549BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1549BC

Black with #1549BC

Text Example


Text Example

White with #1549BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1549BC; }

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

 H1.HeaderClassName
 {
   color: #1549BC;
 }
 .AnyTagClassName
 {
   color: #1549BC;
 }
</style>

background-color css

<style>
 a { background-color: #1549BC; }

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

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

border-color css

<style>
 span { border-color: #1549BC; }

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

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