Html Css Color HEX #1049CE Persian Blue

📋 copy color: '#1049CE'

red 16 ◦ green 73 ◦ blue 206

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

Shades of Persian Blue #1049CE

Tints of Persian Blue #1049CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 69.83%

R = 5.42%
G = 24.75%
B = 69.83%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1049CE (or 0x1049CE) is known color: Persian Blue. HEX triplet: 10, 49 and CE. RGB value is (16,73,206). Sum of RGB (Red+Green+Blue) = 16+73+206=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #1049CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1049CE is #EFB631. Grayscale: #464646. Windows color (decimal): -15709746 or 13519120. OLE color: 13519120.

HSL color Cylindrical-coordinate representation of color #1049CE: hue angle of 222º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1049CE is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 73 206 -
CMYK 0.92 0.65 0 0.19
HSL 222º 0.86% 0.44% -
HSV(B) 222º 0.92% 0.81% -
XYZ 13.74 9.33 59.47 -
YUV 71.12 204.12 88.69 -
System Red Green Blue C M Y K H S L
Decimal 16 73 206 0.92 0.65 0 0.19 222 0.86 0.44
Hex 10 49 CE 5C 41 0 13 DE 56 2C
Octal 20 111 316 134 101 0 23 336 126 54
Binary 10000 1001001 11001110 1011100 1000001 0 10011 11011110 1010110 101100

Color Harmonies of #1049CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1049CE

Black with #1049CE

Text Example


Text Example

White with #1049CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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