Html Css Color HEX #1730BA Persian Blue

📋 copy color: '#1730BA'

red 23 ◦ green 48 ◦ blue 186

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

Shades of Persian Blue #1730BA

Tints of Persian Blue #1730BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 72.37%

R = 8.95%
G = 18.68%
B = 72.37%

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

#1730BA (or 0x1730BA) is known color: Persian Blue. HEX triplet: 17, 30 and BA. RGB value is (23,48,186). Sum of RGB (Red+Green+Blue) = 23+48+186=257 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.95% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #1730BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1730BA is #E8CF45. Grayscale: #373737. Windows color (decimal): -15257414 or 12202007. OLE color: 12202007.

HSL color Cylindrical-coordinate representation of color #1730BA: hue angle of 230.8º 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 #1730BA is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 48 186 -
CMYK 0.88 0.74 0 0.27
HSL 230.8º 0.78% 0.41% -
HSV(B) 230.8º 0.88% 0.73% -
XYZ 10.27 5.84 47.04 -
YUV 56.26 201.22 104.28 -
System Red Green Blue C M Y K H S L
Decimal 23 48 186 0.88 0.74 0 0.27 230.8 0.78 0.41
Hex 17 30 BA 58 4A 0 1B E7 4E 29
Octal 27 60 272 130 112 0 33 347 116 51
Binary 10111 110000 10111010 1011000 1001010 0 11011 11100111 1001110 101001

Color Harmonies of #1730BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1730BA

Black with #1730BA

Text Example


Text Example

White with #1730BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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