Html Css Color HEX #1D17BF Persian Blue

📋 copy color: '#1D17BF'

red 29 ◦ green 23 ◦ blue 191

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

Shades of Persian Blue #1D17BF

Tints of Persian Blue #1D17BF

RGB

 RED value IS 29 (11.72% from 255) = 11.93%

 GREEN value IS 23 (9.38% from 255) = 9.47%

 BLUE value IS 191 (75% from 255) = 78.6%

R = 11.93%
G = 9.47%
B = 78.6%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1D17BF (or 0x1D17BF) is known color: Persian Blue. HEX triplet: 1D, 17 and BF. RGB value is (29,23,191). Sum of RGB (Red+Green+Blue) = 29+23+191=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 191 (75% from 255 or 78.60% from 243); Max value from RGB is 191 - color contains mainly: blue. Hex color #1D17BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D17BF is #E2E840. Grayscale: #2B2B2B. Windows color (decimal): -14870593 or 12523293. OLE color: 12523293.

HSL color Cylindrical-coordinate representation of color #1D17BF: hue angle of 242.14º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D17BF is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 23 191 -
CMYK 0.85 0.88 0 0.25
HSL 242.14º 0.79% 0.42% -
HSV(B) 242.14º 0.88% 0.75% -
XYZ 10.22 4.64 49.65 -
YUV 43.95 210.99 117.34 -
System Red Green Blue C M Y K H S L
Decimal 29 23 191 0.85 0.88 0 0.25 242.14 0.79 0.42
Hex 1D 17 BF 55 58 0 19 F2 4F 2A
Octal 35 27 277 125 130 0 31 362 117 52
Binary 11101 10111 10111111 1010101 1011000 0 11001 11110010 1001111 101010

Color Harmonies of #1D17BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D17BF

Black with #1D17BF

Text Example


Text Example

White with #1D17BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D17BF; }

 p { color: rgb(29,23,191); }

 H1.HeaderClassName
 {
   color: #1D17BF;
 }
 .AnyTagClassName
 {
   color: #1D17BF;
 }
</style>

background-color css

<style>
 a { background-color: #1D17BF; }

 a { background-color: rgb(29,23,191); }

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

border-color css

<style>
 span { border-color: #1D17BF; }

 span { border-color: rgb(29,23,191); }

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