Html Css Color HEX #1549BB Persian Blue

📋 copy color: '#1549BB'

red 21 ◦ green 73 ◦ blue 187

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

Shades of Persian Blue #1549BB

Tints of Persian Blue #1549BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 66.55%

R = 7.47%
G = 25.98%
B = 66.55%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1549BB (or 0x1549BB) is known color: Persian Blue. HEX triplet: 15, 49 and BB. RGB value is (21,73,187). Sum of RGB (Red+Green+Blue) = 21+73+187=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #1549BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1549BB is #EAB644. Grayscale: #454545. Windows color (decimal): -15382085 or 12273941. OLE color: 12273941.

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

Color convert

RGB 21 73 187 -
CMYK 0.89 0.61 0 0.27
HSL 221.2º 0.8% 0.41% -
HSV(B) 221.2º 0.89% 0.73% -
XYZ 11.66 8.51 48.04 -
YUV 70.45 193.77 92.73 -
System Red Green Blue C M Y K H S L
Decimal 21 73 187 0.89 0.61 0 0.27 221.2 0.8 0.41
Hex 15 49 BB 59 3D 0 1B DD 50 29
Octal 25 111 273 131 75 0 33 335 120 51
Binary 10101 1001001 10111011 1011001 111101 0 11011 11011101 1010000 101001

Color Harmonies of #1549BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1549BB

Black with #1549BB

Text Example


Text Example

White with #1549BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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