#171BC8

Color #171BC8 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #171BC8

Tints of Persian Blue #171BC8

Color information

#171BC8 (or 0x171BC8) is unknown color: approx Persian Blue. HEX triplet: 17, 1B and C8. RGB value is (23,27,200). Sum of RGB (Red+Green+Blue) = 23+27+200=250 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.2% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 200 (78.52% from 255 or 80% from 250); Max value from RGB is 200 - color contains mainly: blue. Hex color #171BC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171BC8 is #E8E437. Grayscale: #2C2C2C. Windows color (decimal): -15262776 or 13114135. OLE color: 13114135.

HSL color Cylindrical-coordinate representation of color #171BC8: hue angle of 238.64º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #171BC8 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2327200-
CMYK0.880.8600.22
HSL238.64º79.37%43.73%-
HSV(B)238.64º88.5%78.43%-
XYZ11.175.1455.05-
YUV45.53215.17111.93-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.2%
GREEN value IS 27 (10.94% from 255) = 10.8%
BLUE value IS 200 (78.52% from 255) = 80%
R=9.2%
G=10.8%
B=80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal23272000.880.8600.22238.6479.3743.73
Hex171BC85856016ef4f2c
Octal273331013012602635711754
Binary10111110111100100010110001010110010110111011111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,27,200); }

 H1.HeaderClassName
 {
   color: #171BC8;
 }
 .AnyTagClassName
 {
   color: #171BC8;
 }
</style>
background-color css

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

 a { background-color: rgb(23,27,200); }

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

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

 span { border-color: rgb(23,27,200); }

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