Html Css Color HEX #1C17BD Persian Blue

📋 copy color: '#1C17BD'

red 28 ◦ green 23 ◦ blue 189

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

Shades of Persian Blue #1C17BD

Tints of Persian Blue #1C17BD

RGB

 RED value IS 28 (11.33% from 255) = 11.67%

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

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

R = 11.67%
G = 9.58%
B = 78.75%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1C17BD (or 0x1C17BD) is known color: Persian Blue. HEX triplet: 1C, 17 and BD. RGB value is (28,23,189). Sum of RGB (Red+Green+Blue) = 28+23+189=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 189 (74.22% from 255 or 78.75% from 240); Max value from RGB is 189 - color contains mainly: blue. Hex color #1C17BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C17BD is #E3E842. Grayscale: #2A2A2A. Windows color (decimal): -14936131 or 12392220. OLE color: 12392220.

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

Color convert

RGB 28 23 189 -
CMYK 0.85 0.88 0 0.26
HSL 241.81º 0.78% 0.42% -
HSV(B) 241.81º 0.88% 0.74% -
XYZ 9.97 4.53 48.49 -
YUV 43.42 210.16 117 -
System Red Green Blue C M Y K H S L
Decimal 28 23 189 0.85 0.88 0 0.26 241.81 0.78 0.42
Hex 1C 17 BD 55 58 0 1A F2 4E 2A
Octal 34 27 275 125 130 0 32 362 116 52
Binary 11100 10111 10111101 1010101 1011000 0 11010 11110010 1001110 101010

Color Harmonies of #1C17BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C17BD

Black with #1C17BD

Text Example


Text Example

White with #1C17BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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