Html Css Color HEX #1D17B9 Persian Blue

📋 copy color: '#1D17B9'

red 29 ◦ green 23 ◦ blue 185

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

Shades of Persian Blue #1D17B9

Tints of Persian Blue #1D17B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 78.06%

R = 12.24%
G = 9.7%
B = 78.06%

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

#1D17B9 (or 0x1D17B9) is known color: Persian Blue. HEX triplet: 1D, 17 and B9. RGB value is (29,23,185). Sum of RGB (Red+Green+Blue) = 29+23+185=237 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.24% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 185 (72.66% from 255 or 78.06% from 237); Max value from RGB is 185 - color contains mainly: blue. Hex color #1D17B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D17B9 is #E2E846. Grayscale: #2A2A2A. Windows color (decimal): -14870599 or 12130077. OLE color: 12130077.

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

Color convert

RGB 29 23 185 -
CMYK 0.84 0.88 0 0.27
HSL 242.22º 0.78% 0.41% -
HSV(B) 242.22º 0.88% 0.73% -
XYZ 9.57 4.38 46.24 -
YUV 43.26 207.99 117.83 -
System Red Green Blue C M Y K H S L
Decimal 29 23 185 0.84 0.88 0 0.27 242.22 0.78 0.41
Hex 1D 17 B9 54 58 0 1B F2 4E 29
Octal 35 27 271 124 130 0 33 362 116 51
Binary 11101 10111 10111001 1010100 1011000 0 11011 11110010 1001110 101001

Color Harmonies of #1D17B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D17B9

Black with #1D17B9

Text Example


Text Example

White with #1D17B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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