Html Css Color HEX #1749BE Persian Blue

📋 copy color: '#1749BE'

red 23 ◦ green 73 ◦ blue 190

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

Shades of Persian Blue #1749BE

Tints of Persian Blue #1749BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 66.43%

R = 8.04%
G = 25.52%
B = 66.43%

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

#1749BE (or 0x1749BE) is known color: Persian Blue. HEX triplet: 17, 49 and BE. RGB value is (23,73,190). Sum of RGB (Red+Green+Blue) = 23+73+190=286 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.04% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #1749BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1749BE is #E8B641. Grayscale: #464646. Windows color (decimal): -15251010 or 12470551. OLE color: 12470551.

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

Color convert

RGB 23 73 190 -
CMYK 0.88 0.62 0 0.25
HSL 222.04º 0.78% 0.42% -
HSV(B) 222.04º 0.88% 0.75% -
XYZ 12.03 8.66 49.75 -
YUV 71.39 194.94 93.49 -
System Red Green Blue C M Y K H S L
Decimal 23 73 190 0.88 0.62 0 0.25 222.04 0.78 0.42
Hex 17 49 BE 58 3E 0 19 DE 4E 2A
Octal 27 111 276 130 76 0 31 336 116 52
Binary 10111 1001001 10111110 1011000 111110 0 11001 11011110 1001110 101010

Color Harmonies of #1749BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1749BE

Black with #1749BE

Text Example


Text Example

White with #1749BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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