Html Css Color HEX #1746BF Persian Blue

📋 copy color: '#1746BF'

red 23 ◦ green 70 ◦ blue 191

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

Shades of Persian Blue #1746BF

Tints of Persian Blue #1746BF

RGB

 RED value IS 23 (9.38% from 255) = 8.1%

 GREEN value IS 70 (27.73% from 255) = 24.65%

 BLUE value IS 191 (75% from 255) = 67.25%

R = 8.1%
G = 24.65%
B = 67.25%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1746BF (or 0x1746BF) is known color: Persian Blue. HEX triplet: 17, 46 and BF. RGB value is (23,70,191). Sum of RGB (Red+Green+Blue) = 23+70+191=284 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.10% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 191 (75% from 255 or 67.25% from 284); Max value from RGB is 191 - color contains mainly: blue. Hex color #1746BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1746BF is #E8B940. Grayscale: #454545. Windows color (decimal): -15251777 or 12535319. OLE color: 12535319.

HSL color Cylindrical-coordinate representation of color #1746BF: hue angle of 223.21º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1746BF is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 23 70 191 -
CMYK 0.88 0.63 0 0.25
HSL 223.21º 0.79% 0.42% -
HSV(B) 223.21º 0.88% 0.75% -
XYZ 11.95 8.32 50.27 -
YUV 69.74 196.43 94.66 -
System Red Green Blue C M Y K H S L
Decimal 23 70 191 0.88 0.63 0 0.25 223.21 0.79 0.42
Hex 17 46 BF 58 3F 0 19 DF 4F 2A
Octal 27 106 277 130 77 0 31 337 117 52
Binary 10111 1000110 10111111 1011000 111111 0 11001 11011111 1001111 101010

Color Harmonies of #1746BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1746BF

Black with #1746BF

Text Example


Text Example

White with #1746BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1746BF; }

 p { color: rgb(23,70,191); }

 H1.HeaderClassName
 {
   color: #1746BF;
 }
 .AnyTagClassName
 {
   color: #1746BF;
 }
</style>

background-color css

<style>
 a { background-color: #1746BF; }

 a { background-color: rgb(23,70,191); }

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

border-color css

<style>
 span { border-color: #1746BF; }

 span { border-color: rgb(23,70,191); }

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