Html Css Color HEX #171EBD Persian Blue

📋 copy color: '#171EBD'

red 23 ◦ green 30 ◦ blue 189

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

Shades of Persian Blue #171EBD

Tints of Persian Blue #171EBD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.4%

 BLUE value IS 189 (74.22% from 255) = 78.1%

R = 9.5%
G = 12.4%
B = 78.1%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#171EBD (or 0x171EBD) is known color: Persian Blue. HEX triplet: 17, 1E and BD. RGB value is (23,30,189). Sum of RGB (Red+Green+Blue) = 23+30+189=242 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.50% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 189 (74.22% from 255 or 78.10% from 242); Max value from RGB is 189 - color contains mainly: blue. Hex color #171EBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171EBD is #E8E142. Grayscale: #2D2D2D. Windows color (decimal): -15262019 or 12394007. OLE color: 12394007.

HSL color Cylindrical-coordinate representation of color #171EBD: hue angle of 237.47º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #171EBD is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 23 30 189 -
CMYK 0.88 0.84 0 0.26
HSL 237.47º 0.78% 0.42% -
HSV(B) 237.47º 0.88% 0.74% -
XYZ 10 4.78 48.54 -
YUV 46.03 208.68 111.57 -
System Red Green Blue C M Y K H S L
Decimal 23 30 189 0.88 0.84 0 0.26 237.47 0.78 0.42
Hex 17 1E BD 58 54 0 1A ED 4E 2A
Octal 27 36 275 130 124 0 32 355 116 52
Binary 10111 11110 10111101 1011000 1010100 0 11010 11101101 1001110 101010

Color Harmonies of #171EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171EBD

Black with #171EBD

Text Example


Text Example

White with #171EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,30,189); }

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

background-color css

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

 a { background-color: rgb(23,30,189); }

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

border-color css

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

 span { border-color: rgb(23,30,189); }

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