Html Css Color HEX #1D17BB Persian Blue

📋 copy color: '#1D17BB'

red 29 ◦ green 23 ◦ blue 187

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

Shades of Persian Blue #1D17BB

Tints of Persian Blue #1D17BB

RGB

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

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

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

R = 12.13%
G = 9.62%
B = 78.24%

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

#1D17BB (or 0x1D17BB) is known color: Persian Blue. HEX triplet: 1D, 17 and BB. RGB value is (29,23,187). Sum of RGB (Red+Green+Blue) = 29+23+187=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 187 (73.44% from 255 or 78.24% from 239); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D17BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D17BB is #E2E844. Grayscale: #2A2A2A. Windows color (decimal): -14870597 or 12261149. OLE color: 12261149.

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

Color convert

RGB 29 23 187 -
CMYK 0.84 0.88 0 0.27
HSL 242.2º 0.78% 0.41% -
HSV(B) 242.2º 0.88% 0.73% -
XYZ 9.78 4.46 47.36 -
YUV 43.49 208.99 117.66 -
System Red Green Blue C M Y K H S L
Decimal 29 23 187 0.84 0.88 0 0.27 242.2 0.78 0.41
Hex 1D 17 BB 54 58 0 1B F2 4E 29
Octal 35 27 273 124 130 0 33 362 116 51
Binary 11101 10111 10111011 1010100 1011000 0 11011 11110010 1001110 101001

Color Harmonies of #1D17BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D17BB

Black with #1D17BB

Text Example


Text Example

White with #1D17BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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