Html Css Color HEX #1728BD Persian Blue

📋 copy color: '#1728BD'

red 23 ◦ green 40 ◦ blue 189

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

Shades of Persian Blue #1728BD

Tints of Persian Blue #1728BD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.87%

 BLUE value IS 189 (74.22% from 255) = 75%

R = 9.13%
G = 15.87%
B = 75%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1728BD (or 0x1728BD) is known color: Persian Blue. HEX triplet: 17, 28 and BD. RGB value is (23,40,189). Sum of RGB (Red+Green+Blue) = 23+40+189=252 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.13% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 189 (74.22% from 255 or 75% from 252); Max value from RGB is 189 - color contains mainly: blue. Hex color #1728BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1728BD is #E8D742. Grayscale: #333333. Windows color (decimal): -15259459 or 12396567. OLE color: 12396567.

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

Color convert

RGB 23 40 189 -
CMYK 0.88 0.79 0 0.26
HSL 233.86º 0.78% 0.42% -
HSV(B) 233.86º 0.88% 0.74% -
XYZ 10.3 5.37 48.64 -
YUV 51.9 205.37 107.38 -
System Red Green Blue C M Y K H S L
Decimal 23 40 189 0.88 0.79 0 0.26 233.86 0.78 0.42
Hex 17 28 BD 58 4F 0 1A EA 4E 2A
Octal 27 50 275 130 117 0 32 352 116 52
Binary 10111 101000 10111101 1011000 1001111 0 11010 11101010 1001110 101010

Color Harmonies of #1728BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1728BD

Black with #1728BD

Text Example


Text Example

White with #1728BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1728BD; }

 p { color: rgb(23,40,189); }

 H1.HeaderClassName
 {
   color: #1728BD;
 }
 .AnyTagClassName
 {
   color: #1728BD;
 }
</style>

background-color css

<style>
 a { background-color: #1728BD; }

 a { background-color: rgb(23,40,189); }

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

border-color css

<style>
 span { border-color: #1728BD; }

 span { border-color: rgb(23,40,189); }

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