Html Css Color HEX #1730BB Persian Blue

📋 copy color: '#1730BB'

red 23 ◦ green 48 ◦ blue 187

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

Shades of Persian Blue #1730BB

Tints of Persian Blue #1730BB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.6%

 BLUE value IS 187 (73.44% from 255) = 72.48%

R = 8.91%
G = 18.6%
B = 72.48%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1730BB (or 0x1730BB) is known color: Persian Blue. HEX triplet: 17, 30 and BB. RGB value is (23,48,187). Sum of RGB (Red+Green+Blue) = 23+48+187=258 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.91% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 187 (73.44% from 255 or 72.48% from 258); Max value from RGB is 187 - color contains mainly: blue. Hex color #1730BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1730BB is #E8CF44. Grayscale: #373737. Windows color (decimal): -15257413 or 12267543. OLE color: 12267543.

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

Color convert

RGB 23 48 187 -
CMYK 0.88 0.74 0 0.27
HSL 230.85º 0.78% 0.41% -
HSV(B) 230.85º 0.88% 0.73% -
XYZ 10.38 5.88 47.6 -
YUV 56.37 201.72 104.2 -
System Red Green Blue C M Y K H S L
Decimal 23 48 187 0.88 0.74 0 0.27 230.85 0.78 0.41
Hex 17 30 BB 58 4A 0 1B E7 4E 29
Octal 27 60 273 130 112 0 33 347 116 51
Binary 10111 110000 10111011 1011000 1001010 0 11011 11100111 1001110 101001

Color Harmonies of #1730BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1730BB

Black with #1730BB

Text Example


Text Example

White with #1730BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1730BB; }

 p { color: rgb(23,48,187); }

 H1.HeaderClassName
 {
   color: #1730BB;
 }
 .AnyTagClassName
 {
   color: #1730BB;
 }
</style>

background-color css

<style>
 a { background-color: #1730BB; }

 a { background-color: rgb(23,48,187); }

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

border-color css

<style>
 span { border-color: #1730BB; }

 span { border-color: rgb(23,48,187); }

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