Html Css Color HEX #1F17BA Persian Blue

📋 copy color: '#1F17BA'

red 31 ◦ green 23 ◦ blue 186

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

Shades of Persian Blue #1F17BA

Tints of Persian Blue #1F17BA

RGB

 RED value IS 31 (12.5% from 255) = 12.92%

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

 BLUE value IS 186 (73.05% from 255) = 77.5%

R = 12.92%
G = 9.58%
B = 77.5%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1F17BA (or 0x1F17BA) is known color: Persian Blue. HEX triplet: 1F, 17 and BA. RGB value is (31,23,186). Sum of RGB (Red+Green+Blue) = 31+23+186=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 186 (73.05% from 255 or 77.5% from 240); Max value from RGB is 186 - color contains mainly: blue. Hex color #1F17BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F17BA is #E0E845. Grayscale: #2B2B2B. Windows color (decimal): -14739526 or 12195615. OLE color: 12195615.

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

Color convert

RGB 31 23 186 -
CMYK 0.83 0.88 0 0.27
HSL 242.94º 0.78% 0.41% -
HSV(B) 242.94º 0.88% 0.73% -
XYZ 9.73 4.45 46.8 -
YUV 43.97 208.15 118.75 -
System Red Green Blue C M Y K H S L
Decimal 31 23 186 0.83 0.88 0 0.27 242.94 0.78 0.41
Hex 1F 17 BA 53 58 0 1B F3 4E 29
Octal 37 27 272 123 130 0 33 363 116 51
Binary 11111 10111 10111010 1010011 1011000 0 11011 11110011 1001110 101001

Color Harmonies of #1F17BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F17BA

Black with #1F17BA

Text Example


Text Example

White with #1F17BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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