Html Css Color HEX #1746DB Persian Blue

📋 copy color: '#1746DB'

red 23 ◦ green 70 ◦ blue 219

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

Shades of Persian Blue #1746DB

Tints of Persian Blue #1746DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 70.19%

R = 7.37%
G = 22.44%
B = 70.19%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1746DB (or 0x1746DB) is known color: Persian Blue. HEX triplet: 17, 46 and DB. RGB value is (23,70,219). Sum of RGB (Red+Green+Blue) = 23+70+219=312 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.37% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #1746DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1746DB is #E8B924. Grayscale: #484848. Windows color (decimal): -15251749 or 14370327. OLE color: 14370327.

HSL color Cylindrical-coordinate representation of color #1746DB: hue angle of 225.61º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1746DB is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 70 219 -
CMYK 0.89 0.68 0 0.14
HSL 225.61º 0.81% 0.47% -
HSV(B) 225.61º 0.89% 0.86% -
XYZ 15.33 9.68 68.08 -
YUV 72.93 210.43 92.38 -
System Red Green Blue C M Y K H S L
Decimal 23 70 219 0.89 0.68 0 0.14 225.61 0.81 0.47
Hex 17 46 DB 59 44 0 E E2 51 2F
Octal 27 106 333 131 104 0 16 342 121 57
Binary 10111 1000110 11011011 1011001 1000100 0 1110 11100010 1010001 101111

Color Harmonies of #1746DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1746DB

Black with #1746DB

Text Example


Text Example

White with #1746DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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