Html Css Color HEX #1047DF Persian Blue

📋 copy color: '#1047DF'

red 16 ◦ green 71 ◦ blue 223

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

Shades of Persian Blue #1047DF

Tints of Persian Blue #1047DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 71.94%

R = 5.16%
G = 22.9%
B = 71.94%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1047DF (or 0x1047DF) is known color: Persian Blue. HEX triplet: 10, 47 and DF. RGB value is (16,71,223). Sum of RGB (Red+Green+Blue) = 16+71+223=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 223 (87.5% from 255 or 71.94% from 310); Max value from RGB is 223 - color contains mainly: blue. Hex color #1047DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1047DF is #EFB820. Grayscale: #474747. Windows color (decimal): -15710241 or 14632720. OLE color: 14632720.

HSL color Cylindrical-coordinate representation of color #1047DF: hue angle of 224.06º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1047DF is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 71 223 -
CMYK 0.93 0.68 0 0.13
HSL 224.06º 0.87% 0.47% -
HSV(B) 224.06º 0.93% 0.87% -
XYZ 15.79 9.94 70.9 -
YUV 71.88 213.28 88.14 -
System Red Green Blue C M Y K H S L
Decimal 16 71 223 0.93 0.68 0 0.13 224.06 0.87 0.47
Hex 10 47 DF 5D 44 0 D E0 57 2F
Octal 20 107 337 135 104 0 15 340 127 57
Binary 10000 1000111 11011111 1011101 1000100 0 1101 11100000 1010111 101111

Color Harmonies of #1047DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1047DF

Black with #1047DF

Text Example


Text Example

White with #1047DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1047DF; }

 p { color: rgb(16,71,223); }

 H1.HeaderClassName
 {
   color: #1047DF;
 }
 .AnyTagClassName
 {
   color: #1047DF;
 }
</style>

background-color css

<style>
 a { background-color: #1047DF; }

 a { background-color: rgb(16,71,223); }

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

border-color css

<style>
 span { border-color: #1047DF; }

 span { border-color: rgb(16,71,223); }

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