Html Css Color HEX #1147DC Persian Blue

📋 copy color: '#1147DC'

red 17 ◦ green 71 ◦ blue 220

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

Shades of Persian Blue #1147DC

Tints of Persian Blue #1147DC

RGB

 RED value IS 17 (7.03% from 255) = 5.52%

 GREEN value IS 71 (28.13% from 255) = 23.05%

 BLUE value IS 220 (86.33% from 255) = 71.43%

R = 5.52%
G = 23.05%
B = 71.43%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1147DC (or 0x1147DC) is known color: Persian Blue. HEX triplet: 11, 47 and DC. RGB value is (17,71,220). Sum of RGB (Red+Green+Blue) = 17+71+220=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 220 (86.33% from 255 or 71.43% from 308); Max value from RGB is 220 - color contains mainly: blue. Hex color #1147DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1147DC is #EEB823. Grayscale: #474747. Windows color (decimal): -15644708 or 14436113. OLE color: 14436113.

HSL color Cylindrical-coordinate representation of color #1147DC: hue angle of 224.04º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1147DC is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 71 220 -
CMYK 0.92 0.68 0 0.14
HSL 224.04º 0.86% 0.46% -
HSV(B) 224.04º 0.92% 0.86% -
XYZ 15.4 9.79 68.79 -
YUV 71.84 211.61 88.88 -
System Red Green Blue C M Y K H S L
Decimal 17 71 220 0.92 0.68 0 0.14 224.04 0.86 0.46
Hex 11 47 DC 5C 44 0 E E0 56 2E
Octal 21 107 334 134 104 0 16 340 126 56
Binary 10001 1000111 11011100 1011100 1000100 0 1110 11100000 1010110 101110

Color Harmonies of #1147DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1147DC

Black with #1147DC

Text Example


Text Example

White with #1147DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1147DC; }

 p { color: rgb(17,71,220); }

 H1.HeaderClassName
 {
   color: #1147DC;
 }
 .AnyTagClassName
 {
   color: #1147DC;
 }
</style>

background-color css

<style>
 a { background-color: #1147DC; }

 a { background-color: rgb(17,71,220); }

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

border-color css

<style>
 span { border-color: #1147DC; }

 span { border-color: rgb(17,71,220); }

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