Html Css Color HEX #1749C3 Persian Blue

📋 copy color: '#1749C3'

red 23 ◦ green 73 ◦ blue 195

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

Shades of Persian Blue #1749C3

Tints of Persian Blue #1749C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 67.01%

R = 7.9%
G = 25.09%
B = 67.01%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1749C3 (or 0x1749C3) is known color: Persian Blue. HEX triplet: 17, 49 and C3. RGB value is (23,73,195). Sum of RGB (Red+Green+Blue) = 23+73+195=291 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.90% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 195 (76.56% from 255 or 67.01% from 291); Max value from RGB is 195 - color contains mainly: blue. Hex color #1749C3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1749C3 is #E8B63C. Grayscale: #474747. Windows color (decimal): -15251005 or 12798231. OLE color: 12798231.

HSL color Cylindrical-coordinate representation of color #1749C3: hue angle of 222.56º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1749C3 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 23 73 195 -
CMYK 0.88 0.63 0 0.24
HSL 222.56º 0.79% 0.43% -
HSV(B) 222.56º 0.88% 0.76% -
XYZ 12.59 8.89 52.68 -
YUV 71.96 197.44 93.08 -
System Red Green Blue C M Y K H S L
Decimal 23 73 195 0.88 0.63 0 0.24 222.56 0.79 0.43
Hex 17 49 C3 58 3F 0 18 DF 4F 2B
Octal 27 111 303 130 77 0 30 337 117 53
Binary 10111 1001001 11000011 1011000 111111 0 11000 11011111 1001111 101011

Color Harmonies of #1749C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1749C3

Black with #1749C3

Text Example


Text Example

White with #1749C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1749C3; }

 p { color: rgb(23,73,195); }

 H1.HeaderClassName
 {
   color: #1749C3;
 }
 .AnyTagClassName
 {
   color: #1749C3;
 }
</style>

background-color css

<style>
 a { background-color: #1749C3; }

 a { background-color: rgb(23,73,195); }

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

border-color css

<style>
 span { border-color: #1749C3; }

 span { border-color: rgb(23,73,195); }

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