Html Css Color HEX #1D17BA Persian Blue

📋 copy color: '#1D17BA'

red 29 ◦ green 23 ◦ blue 186

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

Shades of Persian Blue #1D17BA

Tints of Persian Blue #1D17BA

RGB

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

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

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

R = 12.18%
G = 9.66%
B = 78.15%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1D17BA (or 0x1D17BA) is known color: Persian Blue. HEX triplet: 1D, 17 and BA. RGB value is (29,23,186). Sum of RGB (Red+Green+Blue) = 29+23+186=238 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.18% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 186 (73.05% from 255 or 78.15% from 238); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D17BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D17BA is #E2E845. Grayscale: #2A2A2A. Windows color (decimal): -14870598 or 12195613. OLE color: 12195613.

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

Color convert

RGB 29 23 186 -
CMYK 0.84 0.88 0 0.27
HSL 242.21º 0.78% 0.41% -
HSV(B) 242.21º 0.88% 0.73% -
XYZ 9.68 4.42 46.8 -
YUV 43.38 208.49 117.75 -
System Red Green Blue C M Y K H S L
Decimal 29 23 186 0.84 0.88 0 0.27 242.21 0.78 0.41
Hex 1D 17 BA 54 58 0 1B F2 4E 29
Octal 35 27 272 124 130 0 33 362 116 51
Binary 11101 10111 10111010 1010100 1011000 0 11011 11110010 1001110 101001

Color Harmonies of #1D17BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D17BA

Black with #1D17BA

Text Example


Text Example

White with #1D17BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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