Html Css Color HEX #1749BF Persian Blue

📋 copy color: '#1749BF'

red 23 ◦ green 73 ◦ blue 191

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

Shades of Persian Blue #1749BF

Tints of Persian Blue #1749BF

RGB

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

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

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

R = 8.01%
G = 25.44%
B = 66.55%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1749BF (or 0x1749BF) is known color: Persian Blue. HEX triplet: 17, 49 and BF. RGB value is (23,73,191). Sum of RGB (Red+Green+Blue) = 23+73+191=287 (38% of max value = 765). Red value is 23 (9.38% from 255 or 8.01% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #1749BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1749BF is #E8B640. Grayscale: #464646. Windows color (decimal): -15251009 or 12536087. OLE color: 12536087.

HSL color Cylindrical-coordinate representation of color #1749BF: hue angle of 222.14º 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 #1749BF is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 23 73 191 -
CMYK 0.88 0.62 0 0.25
HSL 222.14º 0.79% 0.42% -
HSV(B) 222.14º 0.88% 0.75% -
XYZ 12.14 8.71 50.33 -
YUV 71.5 195.44 93.41 -
System Red Green Blue C M Y K H S L
Decimal 23 73 191 0.88 0.62 0 0.25 222.14 0.79 0.42
Hex 17 49 BF 58 3E 0 19 DE 4F 2A
Octal 27 111 277 130 76 0 31 336 117 52
Binary 10111 1001001 10111111 1011000 111110 0 11001 11011110 1001111 101010

Color Harmonies of #1749BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1749BF

Black with #1749BF

Text Example


Text Example

White with #1749BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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