Html Css Color HEX #1748BC Persian Blue

📋 copy color: '#1748BC'

red 23 ◦ green 72 ◦ blue 188

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

Shades of Persian Blue #1748BC

Tints of Persian Blue #1748BC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.44%

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

R = 8.13%
G = 25.44%
B = 66.43%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1748BC (or 0x1748BC) is known color: Persian Blue. HEX triplet: 17, 48 and BC. RGB value is (23,72,188). Sum of RGB (Red+Green+Blue) = 23+72+188=283 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.13% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #1748BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1748BC is #E8B743. Grayscale: #464646. Windows color (decimal): -15251268 or 12339223. OLE color: 12339223.

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

Color convert

RGB 23 72 188 -
CMYK 0.88 0.62 0 0.26
HSL 222.18º 0.78% 0.41% -
HSV(B) 222.18º 0.88% 0.74% -
XYZ 11.75 8.45 48.59 -
YUV 70.57 194.27 94.07 -
System Red Green Blue C M Y K H S L
Decimal 23 72 188 0.88 0.62 0 0.26 222.18 0.78 0.41
Hex 17 48 BC 58 3E 0 1A DE 4E 29
Octal 27 110 274 130 76 0 32 336 116 51
Binary 10111 1001000 10111100 1011000 111110 0 11010 11011110 1001110 101001

Color Harmonies of #1748BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1748BC

Black with #1748BC

Text Example


Text Example

White with #1748BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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