Html Css Color HEX #1F086B Persian Indigo

📋 copy color: '#1F086B'

red 31 ◦ green 8 ◦ blue 107

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

Shades of Persian Indigo #1F086B

Tints of Persian Indigo #1F086B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.48%

 BLUE value IS 107 (42.19% from 255) = 73.29%

R = 21.23%
G = 5.48%
B = 73.29%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1F086B (or 0x1F086B) is known color: Persian Indigo. HEX triplet: 1F, 08 and 6B. RGB value is (31,8,107). Sum of RGB (Red+Green+Blue) = 31+8+107=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 107 (42.19% from 255 or 73.29% from 146); Max value from RGB is 107 - color contains mainly: blue. Hex color #1F086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F086B is #E0F794. Grayscale: #191919. Windows color (decimal): -14743445 or 7014431. OLE color: 7014431.

HSL color Cylindrical-coordinate representation of color #1F086B: hue angle of 253.94º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F086B is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 31 8 107 -
CMYK 0.71 0.93 0 0.58
HSL 253.94º 0.86% 0.23% -
HSV(B) 253.94º 0.93% 0.42% -
XYZ 3.31 1.53 14.03 -
YUV 26.16 173.62 131.45 -
System Red Green Blue C M Y K H S L
Decimal 31 8 107 0.71 0.93 0 0.58 253.94 0.86 0.23
Hex 1F 8 6B 47 5D 0 3A FE 56 17
Octal 37 10 153 107 135 0 72 376 126 27
Binary 11111 1000 1101011 1000111 1011101 0 111010 11111110 1010110 10111

Color Harmonies of #1F086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F086B

Black with #1F086B

Text Example


Text Example

White with #1F086B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,8,107); }

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

background-color css

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

 a { background-color: rgb(31,8,107); }

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

border-color css

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

 span { border-color: rgb(31,8,107); }

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