Html Css Color HEX #1049BD Persian Blue

📋 copy color: '#1049BD'

red 16 ◦ green 73 ◦ blue 189

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

Shades of Persian Blue #1049BD

Tints of Persian Blue #1049BD

RGB

 RED value IS 16 (6.64% from 255) = 5.76%

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

 BLUE value IS 189 (74.22% from 255) = 67.99%

R = 5.76%
G = 26.26%
B = 67.99%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1049BD (or 0x1049BD) is known color: Persian Blue. HEX triplet: 10, 49 and BD. RGB value is (16,73,189). Sum of RGB (Red+Green+Blue) = 16+73+189=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 189 (74.22% from 255 or 67.99% from 278); Max value from RGB is 189 - color contains mainly: blue. Hex color #1049BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1049BD is #EFB642. Grayscale: #444444. Windows color (decimal): -15709763 or 12405008. OLE color: 12405008.

HSL color Cylindrical-coordinate representation of color #1049BD: hue angle of 220.23º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1049BD is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 73 189 -
CMYK 0.92 0.61 0 0.26
HSL 220.23º 0.84% 0.4% -
HSV(B) 220.23º 0.92% 0.74% -
XYZ 11.78 8.55 49.17 -
YUV 69.18 195.62 90.07 -
System Red Green Blue C M Y K H S L
Decimal 16 73 189 0.92 0.61 0 0.26 220.23 0.84 0.4
Hex 10 49 BD 5C 3D 0 1A DC 54 28
Octal 20 111 275 134 75 0 32 334 124 50
Binary 10000 1001001 10111101 1011100 111101 0 11010 11011100 1010100 101000

Color Harmonies of #1049BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1049BD

Black with #1049BD

Text Example


Text Example

White with #1049BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1049BD; }

 p { color: rgb(16,73,189); }

 H1.HeaderClassName
 {
   color: #1049BD;
 }
 .AnyTagClassName
 {
   color: #1049BD;
 }
</style>

background-color css

<style>
 a { background-color: #1049BD; }

 a { background-color: rgb(16,73,189); }

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

border-color css

<style>
 span { border-color: #1049BD; }

 span { border-color: rgb(16,73,189); }

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