Html Css Color HEX #1749BC Persian Blue

📋 copy color: '#1749BC'

red 23 ◦ green 73 ◦ blue 188

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

Shades of Persian Blue #1749BC

Tints of Persian Blue #1749BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.2%

R = 8.1%
G = 25.7%
B = 66.2%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1749BC (or 0x1749BC) is known color: Persian Blue. HEX triplet: 17, 49 and BC. RGB value is (23,73,188). Sum of RGB (Red+Green+Blue) = 23+73+188=284 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.10% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #1749BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1749BC is #E8B643. Grayscale: #464646. Windows color (decimal): -15251012 or 12339479. OLE color: 12339479.

HSL color Cylindrical-coordinate representation of color #1749BC: hue angle of 221.82º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1749BC is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 23 73 188 -
CMYK 0.88 0.61 0 0.26
HSL 221.82º 0.78% 0.41% -
HSV(B) 221.82º 0.88% 0.74% -
XYZ 11.81 8.58 48.61 -
YUV 71.16 193.94 93.65 -
System Red Green Blue C M Y K H S L
Decimal 23 73 188 0.88 0.61 0 0.26 221.82 0.78 0.41
Hex 17 49 BC 58 3D 0 1A DE 4E 29
Octal 27 111 274 130 75 0 32 336 116 51
Binary 10111 1001001 10111100 1011000 111101 0 11010 11011110 1001110 101001

Color Harmonies of #1749BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1749BC

Black with #1749BC

Text Example


Text Example

White with #1749BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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