Html Css Color HEX #171FBB Persian Blue

📋 copy color: '#171FBB'

red 23 ◦ green 31 ◦ blue 187

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

Shades of Persian Blue #171FBB

Tints of Persian Blue #171FBB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.86%

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

R = 9.54%
G = 12.86%
B = 77.59%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#171FBB (or 0x171FBB) is known color: Persian Blue. HEX triplet: 17, 1F and BB. RGB value is (23,31,187). Sum of RGB (Red+Green+Blue) = 23+31+187=241 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.54% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 187 (73.44% from 255 or 77.59% from 241); Max value from RGB is 187 - color contains mainly: blue. Hex color #171FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171FBB is #E8E044. Grayscale: #2D2D2D. Windows color (decimal): -15261765 or 12263191. OLE color: 12263191.

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

Color convert

RGB 23 31 187 -
CMYK 0.88 0.83 0 0.27
HSL 237.07º 0.78% 0.41% -
HSV(B) 237.07º 0.88% 0.73% -
XYZ 9.81 4.75 47.41 -
YUV 46.39 207.35 111.32 -
System Red Green Blue C M Y K H S L
Decimal 23 31 187 0.88 0.83 0 0.27 237.07 0.78 0.41
Hex 17 1F BB 58 53 0 1B ED 4E 29
Octal 27 37 273 130 123 0 33 355 116 51
Binary 10111 11111 10111011 1011000 1010011 0 11011 11101101 1001110 101001

Color Harmonies of #171FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171FBB

Black with #171FBB

Text Example


Text Example

White with #171FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171FBB; }

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

 H1.HeaderClassName
 {
   color: #171FBB;
 }
 .AnyTagClassName
 {
   color: #171FBB;
 }
</style>

background-color css

<style>
 a { background-color: #171FBB; }

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

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

border-color css

<style>
 span { border-color: #171FBB; }

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

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