Html Css Color HEX #1049BC Persian Blue

📋 copy color: '#1049BC'

red 16 ◦ green 73 ◦ blue 188

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

Shades of Persian Blue #1049BC

Tints of Persian Blue #1049BC

RGB

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

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

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

R = 5.78%
G = 26.35%
B = 67.87%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1049BC (or 0x1049BC) is known color: Persian Blue. HEX triplet: 10, 49 and BC. RGB value is (16,73,188). Sum of RGB (Red+Green+Blue) = 16+73+188=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #1049BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1049BC is #EFB643. Grayscale: #444444. Windows color (decimal): -15709764 or 12339472. OLE color: 12339472.

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

Color convert

RGB 16 73 188 -
CMYK 0.91 0.61 0 0.26
HSL 220.12º 0.84% 0.4% -
HSV(B) 220.12º 0.91% 0.74% -
XYZ 11.67 8.51 48.6 -
YUV 69.07 195.12 90.15 -
System Red Green Blue C M Y K H S L
Decimal 16 73 188 0.91 0.61 0 0.26 220.12 0.84 0.4
Hex 10 49 BC 5B 3D 0 1A DC 54 28
Octal 20 111 274 133 75 0 32 334 124 50
Binary 10000 1001001 10111100 1011011 111101 0 11010 11011100 1010100 101000

Color Harmonies of #1049BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1049BC

Black with #1049BC

Text Example


Text Example

White with #1049BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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